Pare down zsh and refactor home manager a bit
This commit is contained in:
parent
ad63481835
commit
aa1213bb65
13 changed files with 36 additions and 121 deletions
|
@ -19,6 +19,7 @@
|
|||
# You can also split up your configuration and import pieces of it here:
|
||||
# ./nvim.nix
|
||||
../../desktop
|
||||
../../shared
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
# You can also split up your configuration and import pieces of it here:
|
||||
# ./nvim.nix
|
||||
../../desktop
|
||||
../../package-configs/helix.nix
|
||||
../../shared
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
|
|
@ -18,8 +18,7 @@
|
|||
|
||||
# You can also split up your configuration and import pieces of it here:
|
||||
# ./nvim.nix
|
||||
../../package-configs/zsh.nix
|
||||
../../package-configs/helix.nix
|
||||
../../shared
|
||||
];
|
||||
|
||||
nixpkgs = {
|
||||
|
|
|
@ -18,10 +18,10 @@
|
|||
|
||||
# You can also split up your configuration and import pieces of it here:
|
||||
# ./nvim.nix
|
||||
../../package-configs/zsh.nix
|
||||
../../package-configs/firefox.nix
|
||||
../../desktop/plasma-desktop
|
||||
../../package-configs/helix.nix
|
||||
|
||||
../../desktop/package-configs/plasma-desktop.nix
|
||||
../../desktop/package-configs/firefox.nix
|
||||
../../shared
|
||||
];
|
||||
nixpkgs = {
|
||||
# You can add overlays here
|
||||
|
@ -85,7 +85,7 @@
|
|||
catppuccin-sddm-corners
|
||||
|
||||
# Web browsing:
|
||||
librewolf
|
||||
firefox
|
||||
ungoogled-chromium
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue