Refactor the whole configuration #1

Merged
caem merged 354 commits from refactor into master 2025-02-01 14:05:16 +01:00
2 changed files with 9 additions and 1 deletions
Showing only changes of commit 8c04a1ee48 - Show all commits

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