uses apps.nix for firefox installation

This commit is contained in:
kenji
2025-08-11 16:38:14 -05:00
parent 1aa742d2b2
commit fc71417bc7
10 changed files with 626 additions and 13 deletions
+1 -2
View File
@@ -50,7 +50,6 @@
};
consoleLogLevel = 0;
hardware.amdgpu.initrd.enable = true;
};
hardware.amdgpu.initrd.enable = true;
}
+1 -1
View File
@@ -4,7 +4,7 @@
...
}: {
imports = [
../../packages/quickshell/default.nix
# ../../packages/quickshell/default.nix
../../packages/hyprland/default.nix
];
}
+5
View File
@@ -0,0 +1,5 @@
{
imports = [
../../packages/firefox/home.nix
];
}
-1
View File
@@ -2,7 +2,6 @@
imports =
[
../../packages/fonts/home.nix
../../packages/firefox/home.nix
../../packages/hyprland/home.nix
../../packages/hyprlock/home.nix
+1 -1
View File
@@ -3,7 +3,7 @@
../../packages/fish/home.nix
../../packages/kitty/home.nix
../../packages/neovim/home.nix
../../packages/starship/home.nix
# ../../packages/starship/home.nix
../../packages/fastfetch/home.nix
../../packages/zsh/home.nix
../../packages/zoxide/home.nix