extract hardware config

This commit is contained in:
DashieTM 2024-08-24 18:05:37 +02:00
parent 252fcce589
commit effb6e6397
22 changed files with 31 additions and 1158 deletions

View file

@ -101,6 +101,16 @@
'';
};
build-command = lib.mkOption {
default =
"sudo nixos-rebuild switch --flake /home/${config.conf.username}/gits/dotFiles/.";
example = "yourpath/.";
type = lib.types.str;
description = ''
The path for your build command, you can then simply type rebuild to switch to a new configuration.
'';
};
nvim-colorscheme = lib.mkOption {
default = { tokyonight = { enable = true; }; };
example = { catppuccin = { enable = true; }; };

View file

@ -28,6 +28,7 @@
kitty
fish
ripgrep
# TODO add fcp once fixed....
rm-improved
bat
fd