unfolder: update to 24.11
This commit is contained in:
parent
a3fd2dd8a2
commit
78b3e4528c
17
flake.lock
generated
17
flake.lock
generated
@ -130,6 +130,22 @@
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixpkgs-unfolder": {
|
||||
"locked": {
|
||||
"lastModified": 1732824227,
|
||||
"narHash": "sha256-fYNXgpu1AEeLyd3fQt4Ym0tcVP7cdJ8wRoqJ+CtTRyY=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "c71ad5c34d51dcbda4c15f44ea4e4aa6bb6ac1e9",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "NixOS",
|
||||
"ref": "nixos-24.11",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixpkgs-unstable": {
|
||||
"locked": {
|
||||
"lastModified": 1723362943,
|
||||
@ -154,6 +170,7 @@
|
||||
"nixpkgs-2311": "nixpkgs-2311",
|
||||
"nixpkgs-2405": "nixpkgs-2405",
|
||||
"nixpkgs-2411": "nixpkgs-2411",
|
||||
"nixpkgs-unfolder": "nixpkgs-unfolder",
|
||||
"nixpkgs-unstable": "nixpkgs-unstable"
|
||||
}
|
||||
}
|
||||
|
@ -3,6 +3,7 @@
|
||||
nixpkgs-2311.url = "github:NixOS/nixpkgs/23.11";
|
||||
nixpkgs-2405.url = "github:NixOS/nixpkgs/nixos-24.05";
|
||||
nixpkgs-2411.url = "github:NixOS/nixpkgs/nixos-24.11";
|
||||
nixpkgs-unfolder.url = "github:NixOS/nixpkgs/nixos-24.11";
|
||||
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
flake-compat = {
|
||||
url = "github:edolstra/flake-compat";
|
||||
@ -24,6 +25,7 @@
|
||||
nixpkgs-2311,
|
||||
nixpkgs-2405,
|
||||
nixpkgs-2411,
|
||||
nixpkgs-unfolder,
|
||||
nixpkgs-unstable,
|
||||
flake-compat,
|
||||
intake,
|
||||
@ -75,7 +77,7 @@
|
||||
./machine/imperium
|
||||
];
|
||||
};
|
||||
unfolder = nixpkgs-2405.lib.nixosSystem {
|
||||
unfolder = nixpkgs-unfolder.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
self.nixosModules.beatific
|
||||
|
@ -40,7 +40,6 @@
|
||||
};
|
||||
|
||||
# Enable sound with pipewire.
|
||||
sound.enable = true;
|
||||
hardware.pulseaudio.enable = false;
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
@ -90,7 +89,7 @@
|
||||
bitwarden-desktop
|
||||
comic-mono
|
||||
firefox
|
||||
gnome.gnome-terminal
|
||||
gnome-terminal
|
||||
libreoffice
|
||||
obsidian
|
||||
mpv
|
||||
|
Loading…
Reference in New Issue
Block a user