I'll com back to this every once in a while. I need a vertical panel

This commit is contained in:
William 2025-02-05 00:24:19 -03:00
parent 6291136770
commit 01589b30ad
7 changed files with 179 additions and 258 deletions

View file

@ -1,4 +1,4 @@
{ ... }:
{ inputs, ... }:
{
home-manager = {
@ -6,7 +6,9 @@
useUserPackages = true;
backupFileExtension = "bkp";
users.user = {
imports = [ ../../../users/desktops/user.nix ];
imports = [
../../../users/desktops/user.nix
];
};
};
}