many changed, added nixos-hardware

This commit is contained in:
Charlie Root 2024-07-07 13:23:38 +02:00
commit 2accd81424
149 changed files with 19124 additions and 238 deletions

View file

@ -21,7 +21,9 @@ in {
../modules
inputs.home-manager.nixosModules.home-manager
inputs.agenix.nixosModules.default
inputs.lix-module.nixosModules.default
inputs.stylix.nixosModules.stylix
inputs.nixos-hardware.nixosModules.dell-xps-15-7590-nvidia
];
};
}

View file

@ -62,7 +62,6 @@
mpv.enable = true;
kitty.enable = true;
newsboat.enable = true;
foot.enable = true;
fish.enable = true;
nh.enable = true;
waybar.enable = true;
@ -70,6 +69,10 @@
schizofox.enable = true;
anyrun.enable = true;
ags.enable = true;
foot = {
enable = true;
server = false;
};
};
editors = {
emacs = {
@ -89,10 +92,11 @@
stylix = {
enable = true;
scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-dark-pale.yaml";
cursor = {size = 16;};
cursor = {size = 28;};
fontsizes = {
terminal = 12;
popups = 12;
terminal = 14;
popups = 14;
applications = 14;
};
image = ../../../assets/wallpapers/tiredgod.png;
};

View file

@ -4,7 +4,7 @@ _: {
../../../options/common/bluetooth.nix
../../../options/desktop/fonts.nix
../../../options/common/networking.nix
# ../../../options/common/gpu/nvidia.nix
../../../options/common/gpu/nvidia.nix
../../../options/desktop/monitors.nix
../../../overlay.nix
];