feat: add laptop stuff, restructure a bit
This commit is contained in:
parent
1dcba83a6a
commit
6d05d6a323
13 changed files with 556 additions and 13 deletions
|
|
@ -11,6 +11,8 @@
|
|||
self.nixosModules.desktopHardware
|
||||
self.nixosModules.niri
|
||||
self.nixosModules.librewolf
|
||||
self.nixosModules.user
|
||||
self.nixosModules.user-jingus
|
||||
];
|
||||
|
||||
programs.firefox.enable = true;
|
||||
|
|
|
|||
|
|
@ -9,6 +9,8 @@
|
|||
self.nixosModules.pipewire
|
||||
self.nixosModules.development
|
||||
self.nixosModules.librewolf
|
||||
self.nixosModules.hyprland
|
||||
self.nixosModules.user-jingo
|
||||
];
|
||||
|
||||
# Bootloader.
|
||||
|
|
@ -80,7 +82,6 @@
|
|||
# enable = true;
|
||||
# enableSSHSupport = true;
|
||||
# };
|
||||
programs.hyprland.enable = true;
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
# enable emulation for ARM (for cross-compiling for RaspberryPi)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue