mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nix: updated nixpkgs and home-manager
This commit is contained in:
parent
0ffe76d229
commit
d33bd55e66
3 changed files with 14 additions and 14 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue