nix: updated nixpkgs and home-manager

This commit is contained in:
Primrose 2024-09-23 18:10:49 +02:00
parent 0ffe76d229
commit d33bd55e66
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
3 changed files with 14 additions and 14 deletions

View file

@ -234,12 +234,7 @@ in
self.nixosModules.layouts
self.nixosModules.system-nixconf
(
{
pkgs,
lib,
modulesPath,
...
}:
{ pkgs, modulesPath, ... }:
{
nixpkgs.hostPlatform = system;
system.stateVersion = "24.05";
@ -252,7 +247,6 @@ in
pkgs.git
pkgs.pastebinit # for sharing cli output & debugging
];
nix.package = lib.mkForce pkgs.nixVersions.latest;
users.users.nixos.shell = pkgs.fish;
programs.fish.enable = true;
}

View file

@ -24,7 +24,13 @@ in
myPkgs.nd
pkgs.discord
pkgs.cinny-desktop
# CVE-2024-45191
# CVE-2024-45192
# CVE-2024-45193
# disabled for security
#
# pkgs.cinny-desktop
pkgs.hacksaw
pkgs.shotgun