Seperate user

This commit is contained in:
willifan 2024-05-11 21:26:33 +02:00
parent 347b20d668
commit 641cf5ad70
36 changed files with 196 additions and 222 deletions
users/willifan/graphical

View file

@ -0,0 +1,16 @@
{ pkgs, home-manager-unstable, ... }:
{
imports = [
./dev
#./hyprland
./theme
#./firefox.nix
#./kitty.nix
#./thunderbird.nix
];
}