This commit is contained in:
zack 2025-05-09 18:43:27 -04:00
parent dd60fce00f
commit fdd9dd20ae
No known key found for this signature in database
GPG key ID: EE8A2B709E2401D1
14 changed files with 544 additions and 204 deletions

View file

@ -51,11 +51,18 @@
};
specialisation = {
hyprland = {
configuration = {
services.greetd.settings.default_session.command = lib.mkForce "Hyprland";
};
};
plasma6 = {
configuration = {
services.desktopManager.plasma6.enable = true;
services.displayManager.sddm.enable = true;
programs.seahorse.enable = lib.mkForce false;
services.greetd.enable = lib.mkForce false;
};
};
};
@ -168,10 +175,6 @@
boot.supportedFilesystems = ["ntfs"];
services.dlna.enable = false;
# services.openssh = {
# enable = true;
# PasswordAuthentication = true;
# };
time.timeZone = "America/Detroit";
@ -191,7 +194,7 @@
pkgs.mangohud
(pkgs.lutris.override {
extraPkgs = pkgs: [
pkgs.wineWowPackages.stagingFull
inputs.nix-gaming.packages.${pkgs.system}.wine-tkg-zoey
pkgs.winetricks
];
})