Pare down zsh and refactor home manager a bit

This commit is contained in:
Lillian Violet 2024-04-29 20:30:22 +02:00
parent ad63481835
commit aa1213bb65
13 changed files with 36 additions and 121 deletions

View file

@ -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; [

View file

@ -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; [

View file

@ -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 = {

View file

@ -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
];