FINALLY, it was stylix that was breaking the desktop!!!
This commit is contained in:
parent
ec7429d384
commit
32f2213e88
10 changed files with 317 additions and 234 deletions
|
@ -27,7 +27,7 @@ in rec
|
|||
inputs.nixos-boot.nixosModules.default
|
||||
({ options, config, ...}: {
|
||||
nixpkgs.pkgs = pkgs;
|
||||
|
||||
|
||||
networking.hostName = mkDefault (removeSuffix ".nix" (baseNameOf path));
|
||||
|
||||
system = {
|
||||
|
@ -57,7 +57,6 @@ in rec
|
|||
};
|
||||
})
|
||||
(filterAttrs (n: v: !elem n ["system"]) attrs)
|
||||
../. # ../default.nix
|
||||
(import path)
|
||||
]
|
||||
++ (map (user: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue