diff --git a/flake.lock b/flake.lock index 076217a..c76d11b 100644 --- a/flake.lock +++ b/flake.lock @@ -203,16 +203,16 @@ ] }, "locked": { - "lastModified": 1763992789, - "narHash": "sha256-WHkdBlw6oyxXIra/vQPYLtqY+3G8dUVZM8bEXk0t8x4=", + "lastModified": 1764866045, + "narHash": "sha256-0GsEtXV9OquDQ1VclQfP16cU5VZh7NEVIOjSH4UaJuM=", "owner": "nix-community", "repo": "home-manager", - "rev": "44831a7eaba4360fb81f2acc5ea6de5fde90aaa3", + "rev": "f63d0fe9d81d36e5fc95497217a72e02b8b7bcab", "type": "github" }, "original": { "owner": "nix-community", - "ref": "release-25.05", + "ref": "release-25.11", "repo": "home-manager", "type": "github" } @@ -446,11 +446,11 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1764667669, - "narHash": "sha256-7WUCZfmqLAssbDqwg9cUDAXrSoXN79eEEq17qhTNM/Y=", + "lastModified": 1764950072, + "narHash": "sha256-BmPWzogsG2GsXZtlT+MTcAWeDK5hkbGRZTeZNW42fwA=", "owner": "nixos", "repo": "nixpkgs", - "rev": "418468ac9527e799809c900eda37cbff999199b6", + "rev": "f61125a668a320878494449750330ca58b78c557", "type": "github" }, "original": { @@ -474,16 +474,16 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1764560356, - "narHash": "sha256-M5aFEFPppI4UhdOxwdmceJ9bDJC4T6C6CzCK1E2FZyo=", + "lastModified": 1764831616, + "narHash": "sha256-OtzF5wBvO0jgW1WW1rQU9cMGx7zuvkF7CAVJ1ypzkxA=", "owner": "nixos", "repo": "nixpkgs", - "rev": "6c8f0cca84510cc79e09ea99a299c9bc17d03cb6", + "rev": "c97c47f2bac4fa59e2cbdeba289686ae615f8ed4", "type": "github" }, "original": { "owner": "nixos", - "ref": "nixos-25.05", + "ref": "nixos-25.11", "repo": "nixpkgs", "type": "github" } @@ -498,16 +498,16 @@ "systems": "systems_5" }, "locked": { - "lastModified": 1764434567, - "narHash": "sha256-k+y285jyeE0qrqKq1L/TMeDZO7XIk7ActLASi+niqWk=", + "lastModified": 1764755396, + "narHash": "sha256-f6UrlGdwg+TIxxyDjeq1M7WGNZH/vpbOm0yzPgkMy9c=", "owner": "nix-community", "repo": "nixvim", - "rev": "ed3c771ab21b082f61955e43db8cc6e63386d8fc", + "rev": "64d9e2616f4ee2acee380d61ccf1f3d610e7e969", "type": "github" }, "original": { "owner": "nix-community", - "ref": "nixos-25.05", + "ref": "nixos-25.11", "repo": "nixvim", "type": "github" } diff --git a/flake.nix b/flake.nix index ffecbf8..3332d31 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ inputs = { nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable"; - nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11"; systems.url = "github:nix-systems/default-linux"; nixos-hardware.url = "github:nixos/nixos-hardware"; impermanence.url = "github:nix-community/impermanence"; @@ -16,7 +16,7 @@ }; home-manager = { - url = "github:nix-community/home-manager/release-25.05"; + url = "github:nix-community/home-manager/release-25.11"; inputs.nixpkgs.follows = "nixpkgs"; }; sops-nix = { @@ -38,7 +38,7 @@ flake = false; }; nixvim = { - url = "github:nix-community/nixvim/nixos-25.05"; + url = "github:nix-community/nixvim/nixos-25.11"; inputs.nixpkgs.follows = "nixpkgs"; }; nix-matlab = { diff --git a/homes/julian/features/fonts/default.nix b/homes/julian/features/fonts/default.nix index 1567d61..ede7e9c 100644 --- a/homes/julian/features/fonts/default.nix +++ b/homes/julian/features/fonts/default.nix @@ -12,7 +12,7 @@ with lib; { dejavu_fonts noto-fonts noto-fonts-cjk-sans - noto-fonts-emoji + noto-fonts-color-emoji liberation_ttf fira-code fira-code-symbols diff --git a/homes/julian/features/neovim/default.nix b/homes/julian/features/neovim/default.nix index 516ddb2..9c67ac3 100644 --- a/homes/julian/features/neovim/default.nix +++ b/homes/julian/features/neovim/default.nix @@ -4,7 +4,7 @@ inputs, ... }: { - imports = [inputs.nixvim.homeManagerModules.nixvim]; + imports = [inputs.nixvim.homeModules.nixvim]; home.sessionVariables = { EDITOR = "nvim"; diff --git a/homes/julian/features/suites/cli/default.nix b/homes/julian/features/suites/cli/default.nix index c79e08c..42d2bd6 100644 --- a/homes/julian/features/suites/cli/default.nix +++ b/homes/julian/features/suites/cli/default.nix @@ -1,7 +1,7 @@ {pkgs, ...}: { home.packages = with pkgs; [ bat - du-dust # Like du tree but better + dust # Like du tree but better fd # better find fdupes # find and delete duplicate files ffmpeg @@ -24,7 +24,7 @@ p7zip # unzip 7zip archives parted pciutils # lspci - poppler_utils # Pdf utils including pdfimages + poppler-utils # Pdf utils including pdfimages libqalculate # Nice tui calculator (qalc) ripgrep # better grep rnr # renaming tool diff --git a/homes/julian/features/suites/desktop/default.nix b/homes/julian/features/suites/desktop/default.nix index bcba2b4..3d5d7ec 100644 --- a/homes/julian/features/suites/desktop/default.nix +++ b/homes/julian/features/suites/desktop/default.nix @@ -27,7 +27,7 @@ # element-desktop # rocketchat-desktop thunderbird - tdesktop # telegram + telegram-desktop # telegram # schildichat-desktop # not updated regularly nheko evince # Simple pdf reader, good for focusing on document content @@ -51,8 +51,7 @@ # rpi-imager # make isos # rustdesk tor-browser - unstable.rusty-path-of-building # Path of Building for poe1 and poe2 - path-of-building # Path of Building for poe1 and poe2 + rusty-path-of-building # Path of Building for poe1 and poe2 # frajul.pob-dev-version # Path of Building vlc wineWowPackages.stable # 32-bit and 64-bit wine diff --git a/homes/julian/features/yazi/default.nix b/homes/julian/features/yazi/default.nix index 4331c43..bc529fb 100644 --- a/homes/julian/features/yazi/default.nix +++ b/homes/julian/features/yazi/default.nix @@ -9,8 +9,8 @@ home.packages = with pkgs; [ exiftool unar # extract archives - xdragon # dragndrop - poppler_utils # pdf preview + dragon-drop# dragndrop + poppler-utils # pdf preview fd ripgrep fzf diff --git a/homes/julian/v3ms/fonts.nix b/homes/julian/v3ms/fonts.nix index 25f3a77..c2416d7 100644 --- a/homes/julian/v3ms/fonts.nix +++ b/homes/julian/v3ms/fonts.nix @@ -5,7 +5,7 @@ with pkgs; [ dejavu_fonts noto-fonts noto-fonts-cjk-sans - noto-fonts-emoji + noto-fonts-color-emoji liberation_ttf fira-code fira-code-symbols diff --git a/homes/julian/v3ms/packages.nix b/homes/julian/v3ms/packages.nix index fa25873..90e9e29 100644 --- a/homes/julian/v3ms/packages.nix +++ b/homes/julian/v3ms/packages.nix @@ -31,7 +31,7 @@ with pkgs; [ ffmpeg julia-bin - poppler_utils # Pdf utils including pdfimages + poppler-utils # Pdf utils including pdfimages sage pkg-config # Often needed to build something diff --git a/hosts/aspi/default.nix b/hosts/aspi/default.nix index 9d9990c..700054f 100644 --- a/hosts/aspi/default.nix +++ b/hosts/aspi/default.nix @@ -50,8 +50,8 @@ programs.steam.enable = true; # TODO: not working - services.logind.lidSwitch = "lock"; - services.logind.lidSwitchDocked = "lock"; + # services.logind.lidSwitch = "lock"; + # services.logind.lidSwitchDocked = "lock"; programs.kdeconnect.enable = true; diff --git a/hosts/common/optional/pcmanfm.nix b/hosts/common/optional/pcmanfm.nix index c102706..debaff0 100644 --- a/hosts/common/optional/pcmanfm.nix +++ b/hosts/common/optional/pcmanfm.nix @@ -1,7 +1,7 @@ {pkgs, ...}: { environment.systemPackages = with pkgs; [ shared-mime-info # extended mimetype support - lxde.lxmenu-data # open with "Installed Applications" + lxmenu-data # open with "Installed Applications" pcmanfm ]; diff --git a/hosts/common/users/yukari/default.nix b/hosts/common/users/yukari/default.nix index 95aeddc..a22ce5b 100644 --- a/hosts/common/users/yukari/default.nix +++ b/hosts/common/users/yukari/default.nix @@ -55,7 +55,7 @@ in { # element-desktop # rocketchat-desktop thunderbird - tdesktop # telegram + telegram-desktop # telegram # schildichat-desktop # not updated regularly nheko evince # Simple pdf reader, good for focusing on document content