many changed, added nixos-hardware
This commit is contained in:
parent
f4f1c5bba7
commit
2accd81424
149 changed files with 19124 additions and 238 deletions
|
@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
|
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue