trying stylix
This commit is contained in:
@@ -33,6 +33,6 @@
|
||||
home = user.homeDirectory;
|
||||
};
|
||||
# Optional: Enable auto-login for testing
|
||||
services.getty.autologinUser = user.username;
|
||||
#services.getty.autologinUser = user.username;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
./dbus.nix
|
||||
./audio.nix
|
||||
./xdg.nix
|
||||
#./session.nix
|
||||
./networking.nix
|
||||
./nix.nix
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
];
|
||||
}
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
nix.settings = {
|
||||
extra-experimental-features = [ "nix-command" "flakes" ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user