update system

This commit is contained in:
2025-12-17 13:12:53 +01:00
parent 02103e2585
commit 0b0b568916
6 changed files with 10 additions and 5 deletions

View File

@@ -3,6 +3,8 @@
imports = [ ./hardware-configuration.nix ];
boot = {
loader.timeout = 0;
quiet.enable = true;
kernelPackages = pkgs.linuxPackages_xanmod_stable;

View File

@@ -71,6 +71,7 @@
hardware = {
q3279vwf.enable = true;
audio.preset.pipewire.enable = true;
cc1.enable = true;
nvidia.preset.proprietary.enable = true;
@@ -109,7 +110,6 @@
config.cudaSupport = true;
config.rocmSupport = false;
};
acceleration = "cuda";
};
services.open-webui = {
enable = false;

View File

@@ -24,10 +24,10 @@
options = [ "fmask=0077" "dmask=0077" ];
};
fileSystems."/home" =
/*fileSystems."/home2" =
{ device = "/dev/disk/by-uuid/fa017457-fef3-4fac-9348-d37d2cd98656";
fsType = "xfs";
};
};*/
swapDevices = [ ];

View File

@@ -17,6 +17,7 @@
gamma-launcher
];
};
services.nextcloud-client.enable = true;
systemd.user.services = {
blueman-applet = {
Unit = {

View File

@@ -19,8 +19,6 @@ in
config = mkIf cfg.enable {
users.users.${username}.linger = true;
boot = {
loader.timeout = 0;
plymouth.enable = true;
kernelParams = [

View File

@@ -32,6 +32,7 @@ in
no_update_news = true;
no_donation_nag = true;
};
input.numlock_by_default = true;
};
plugins = with pkgs.hyprlandPlugins; [
];
@@ -83,6 +84,9 @@ in
};
};
security.pam.services.gdm.enableGnomeKeyring = true;
security.pam.services.hyprland.enableGnomeKeyring = true;
services = {
kmscon = {
enable = true;