Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
takeokunn committed Nov 29, 2024
1 parent 5fb3cae commit 2e09c49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 4 additions & 2 deletions home-manager/programs/advanced.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ let
gh = import ./gh;
gh-dash = import ./gh-dash;
git = import ./git { inherit pkgs; };
lnav = import ./lnav { inherit pkgs; };
nix-index = import ./nix-index;
nyxt = import ./nyxt { inherit pkgs; };
offlineimap = import ./offlineimap;
rio = import ./rio { inherit pkgs; };
ssh = import ./ssh;
sketchybar = import ./sketchybar;
ssh = import ./ssh;

# for window manager
aerospace = import ./aerospace { inherit pkgs; };
Expand All @@ -28,12 +29,13 @@ in
gh
gh-dash
git
lnav
nix-index
nyxt
offlineimap
rio
ssh
sketchybar
ssh

# for window manager
aerospace
Expand Down
2 changes: 0 additions & 2 deletions home-manager/programs/basic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ let
eza = import ./eza;
fish = import ./fish { inherit pkgs sources; };
gnupg = import ./gnupg;
lnav = import ./lnav { inherit pkgs; };
man = import ./man;
misc = import ./misc;
mu = import ./mu;
Expand All @@ -32,7 +31,6 @@ in
eza
fish
gnupg
lnav
man
misc
mu
Expand Down

0 comments on commit 2e09c49

Please sign in to comment.