From cc01931c9deaae0a1bd33acb5acbcf6765cba251 Mon Sep 17 00:00:00 2001 From: oqyude Date: Mon, 4 Aug 2025 23:08:06 +0300 Subject: [PATCH] 123 --- devices/server.nix | 2 +- flake.nix | 19 +++++++++---------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/devices/server.nix b/devices/server.nix index 2b3630e..60f00b6 100755 --- a/devices/server.nix +++ b/devices/server.nix @@ -32,7 +32,7 @@ let xlib = config.xlib; }; }; - + boot = { kernelPackages = pkgs.linuxPackages_xanmod_stable; hardwareScan = true; diff --git a/flake.nix b/flake.nix index 217e7f0..d625b92 100755 --- a/flake.nix +++ b/flake.nix @@ -4,7 +4,6 @@ inputs = { # My - #zeroq.url = "git+ssh://git@github.com/oqyude/zeroq.git"; # flake of variables zeroq-credentials.url = "git+ssh://git@github.com/oqyude/zeroq-credentials.git"; # flake of creds zapret.url = "github:oqyude/zapret-easyflake"; # stupid flake of zapret @@ -81,15 +80,15 @@ url = "github:Mic92/sops-nix"; inputs.nixpkgs.follows = "nixpkgs"; }; - # stylix = { - # url = "github:danth/stylix"; - # inputs = { - # nixpkgs.follows = "nixpkgs"; - # home-manager.follows = "home-manager"; - # flake-compat.follows = "flake-compat"; - # flake-utils.follows = "flake-utils"; - # }; - # }; + # stylix = { + # url = "github:danth/stylix"; + # inputs = { + # nixpkgs.follows = "nixpkgs"; + # home-manager.follows = "home-manager"; + # flake-compat.follows = "flake-compat"; + # flake-utils.follows = "flake-utils"; + # }; + # }; }; outputs =