Add Chromebook to the roster
This commit is contained in:
parent
b76d9a6cca
commit
95155e9e93
9 changed files with 137 additions and 6 deletions
22
hosts/lacros/home/default.nix
Normal file
22
hosts/lacros/home/default.nix
Normal file
|
@ -0,0 +1,22 @@
|
|||
{ config, nur, ... }:
|
||||
{
|
||||
imports = [
|
||||
# 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