Skip to content

Commit

Permalink
Move firefox and zathura to a separate folder
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoruto committed Jun 27, 2024
1 parent 51e203b commit f314034
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions home-manager/desktop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
./sway
./hyprland
# ./kde.nix

../gui
];

home.packages = with pkgs; [
Expand Down
6 changes: 6 additions & 0 deletions home-manager/gui/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
imports = [
./firefox.nix
./zathura.nix
];
}
File renamed without changes.
File renamed without changes.
2 changes: 0 additions & 2 deletions home-manager/programs/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
{
imports = [
./terminal
./firefox.nix
./git.nix
./newsboat.nix
./papis.nix
./python.nix
./zathura.nix
];
}

0 comments on commit f314034

Please sign in to comment.