From 4b83d8c1f2256300df6eebe203ba43f23ed1d2a4 Mon Sep 17 00:00:00 2001 From: Till Date: Sat, 13 Dec 2025 01:20:51 +0100 Subject: [PATCH] upgrade --- flake.nix | 23 +++++++++++------------ home/default.nix | 1 - 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/flake.nix b/flake.nix index 292f08e..3c4f75e 100644 --- a/flake.nix +++ b/flake.nix @@ -2,8 +2,8 @@ description = "Complete system and home config"; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05"; - home-manager.url = "github:nix-community/home-manager/release-25.05"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11"; + home-manager.url = "github:nix-community/home-manager/release-25.11"; home-manager.inputs.nixpkgs.follows = "nixpkgs"; nur.url = "github:nix-community/nur"; }; @@ -19,17 +19,17 @@ networking.hostName = "nova"; } ./system - ./system/desktop.nix - ./system/hardware/nova.nix - ./system/gnome.nix - # ./system/plasma.nix - ./system/ergodox.nix - ./system/steam.nix - ./system/btrbk.nix - # ./system/distrobox.nix - ./system/yubikey.nix ./system/alt.nix + ./system/btrbk.nix + ./system/desktop.nix + ./system/ergodox.nix + ./system/gnome.nix ./system/guest.nix + ./system/hardware/nova.nix + ./system/plasma.nix + ./system/steam.nix + ./system/yubikey.nix + # ./system/distrobox.nix ]; }; @@ -99,7 +99,6 @@ ./system/gnome.nix ./system/steam.nix ./system/media.nix - # ./system/btrbk.nix ./system/guest.nix ]; }; diff --git a/home/default.nix b/home/default.nix index 14e81c0..b5fcfe9 100644 --- a/home/default.nix +++ b/home/default.nix @@ -46,7 +46,6 @@ imports = [ ./slim-desktop.nix ./gnome - ./plasma.nix ./firefox.nix ./librewolf.nix ./tex.nix