Big refactor, need to test still
This commit is contained in:
parent
85eb74721e
commit
ba1d04f83a
26 changed files with 17 additions and 16 deletions
|
@ -16,7 +16,7 @@
|
|||
|
||||
# You can also split up your configuration and import pieces of it here:
|
||||
# ./nvim.nix
|
||||
./program-configs/zsh.nix
|
||||
./package-configs/zsh.nix
|
||||
];
|
||||
nixpkgs = {
|
||||
# You can add overlays here
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
# You can also split up your configuration and import pieces of it here:
|
||||
# ./nvim.nix
|
||||
./desktop-shared.nix
|
||||
../../desktop/configuration.nix
|
||||
];
|
||||
|
||||
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
# You can also split up your configuration and import pieces of it here:
|
||||
# ./nvim.nix
|
||||
./desktop-shared.nix
|
||||
../../desktop/configuration.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
# You can also split up your configuration and import pieces of it here:
|
||||
# ./nvim.nix
|
||||
./program-configs/zsh.nix
|
||||
./package-configs/zsh.nix
|
||||
];
|
||||
|
||||
nixpkgs = {
|
Loading…
Add table
Add a link
Reference in a new issue