Add Chromebook to the roster

This commit is contained in:
Jimbo 2024-10-18 15:32:32 -04:00
parent b76d9a6cca
commit 95155e9e93
9 changed files with 137 additions and 6 deletions

View 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
];
}