Use nixosModules and homeManagerModules for config
This commit is contained in:
parent
88a054f3b4
commit
2de0e1a2d6
46 changed files with 151 additions and 190 deletions
|
@ -16,17 +16,12 @@
|
|||
];
|
||||
|
||||
nixosModules = {
|
||||
autorandr.enable = true;
|
||||
dwm.enable = true;
|
||||
gaming.enable = true;
|
||||
st.enable = true;
|
||||
};
|
||||
|
||||
features = {
|
||||
desktop = {
|
||||
autorandr.enable = true;
|
||||
dwm.enable = true;
|
||||
gaming.enable = true;
|
||||
thunar.enable = true;
|
||||
peek.enable = true;
|
||||
};
|
||||
thunar.enable = true;
|
||||
peek.enable = true;
|
||||
};
|
||||
|
||||
nix.nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
|
||||
|
@ -58,6 +53,7 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
gtypist
|
||||
newsboat
|
||||
pam_gnupg
|
||||
rclone
|
||||
rclone-browser
|
||||
sxiv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue