1
Fork 0
This commit is contained in:
caem 2025-01-19 20:11:00 +01:00
parent 11541ce44c
commit 8c04a1ee48
Signed by: caem
GPG key ID: 69A830D03203405F
2 changed files with 9 additions and 1 deletions

View file

@ -3,7 +3,8 @@
{ {
imports = [ imports = [
inputs.impermanence.homeManagerModules.impermanence inputs.impermanence.homeManagerModules.impermanence
] ++ lib.getModuleImports ./.; ./packages.nix
];
home = { home = {
username = "caem"; username = "caem";

View file

@ -0,0 +1,7 @@
{ ... }:
{
imports = [
./desktop/gnome
];
}