Changes to make the laptop work
This commit is contained in:
parent
7f5e5f2cc0
commit
49ce2cd341
12 changed files with 44 additions and 32 deletions
|
@ -1,13 +1,22 @@
|
|||
{ nur, ... }:
|
||||
{
|
||||
imports = [
|
||||
nur.nixosModules.nur
|
||||
# Apps and programs
|
||||
../../../modules/home
|
||||
../../../modules/home/users
|
||||
../../../modules/home/files
|
||||
../../../modules/home/settings
|
||||
../../../modules/home/programs
|
||||
../../../modules/home/programs/misc/remote-desktop
|
||||
../../../modules/home/sway
|
||||
../../../modules/home/utils
|
||||
|
||||
# Misc
|
||||
../../../overlays
|
||||
../../../variables
|
||||
../../../variables/look/colors/purple
|
||||
|
||||
# Imports
|
||||
nur.nixosModules.nur
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue