this will eventually be the hyprland config.

once hyprpanel has a vertical layout, imma bounce from plasma
This commit is contained in:
William 2025-02-03 18:08:06 -03:00
parent 9d5249b178
commit 6291136770
5 changed files with 244 additions and 3 deletions

View file

@ -5,6 +5,8 @@
useGlobalPkgs = true;
useUserPackages = true;
backupFileExtension = "bkp";
users.user = import ../../../users/desktops/user.nix;
users.user = {
imports = [ ../../../users/desktops/user.nix ];
};
};
}