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"
|
"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": {
|
"nixpkgs-unstable": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1723362943,
|
"lastModified": 1723362943,
|
||||||
@ -154,6 +170,7 @@
|
|||||||
"nixpkgs-2311": "nixpkgs-2311",
|
"nixpkgs-2311": "nixpkgs-2311",
|
||||||
"nixpkgs-2405": "nixpkgs-2405",
|
"nixpkgs-2405": "nixpkgs-2405",
|
||||||
"nixpkgs-2411": "nixpkgs-2411",
|
"nixpkgs-2411": "nixpkgs-2411",
|
||||||
|
"nixpkgs-unfolder": "nixpkgs-unfolder",
|
||||||
"nixpkgs-unstable": "nixpkgs-unstable"
|
"nixpkgs-unstable": "nixpkgs-unstable"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
nixpkgs-2311.url = "github:NixOS/nixpkgs/23.11";
|
nixpkgs-2311.url = "github:NixOS/nixpkgs/23.11";
|
||||||
nixpkgs-2405.url = "github:NixOS/nixpkgs/nixos-24.05";
|
nixpkgs-2405.url = "github:NixOS/nixpkgs/nixos-24.05";
|
||||||
nixpkgs-2411.url = "github:NixOS/nixpkgs/nixos-24.11";
|
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";
|
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||||
flake-compat = {
|
flake-compat = {
|
||||||
url = "github:edolstra/flake-compat";
|
url = "github:edolstra/flake-compat";
|
||||||
@ -24,6 +25,7 @@
|
|||||||
nixpkgs-2311,
|
nixpkgs-2311,
|
||||||
nixpkgs-2405,
|
nixpkgs-2405,
|
||||||
nixpkgs-2411,
|
nixpkgs-2411,
|
||||||
|
nixpkgs-unfolder,
|
||||||
nixpkgs-unstable,
|
nixpkgs-unstable,
|
||||||
flake-compat,
|
flake-compat,
|
||||||
intake,
|
intake,
|
||||||
@ -75,7 +77,7 @@
|
|||||||
./machine/imperium
|
./machine/imperium
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
unfolder = nixpkgs-2405.lib.nixosSystem {
|
unfolder = nixpkgs-unfolder.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
modules = [
|
modules = [
|
||||||
self.nixosModules.beatific
|
self.nixosModules.beatific
|
||||||
|
@ -40,7 +40,6 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
# Enable sound with pipewire.
|
# Enable sound with pipewire.
|
||||||
sound.enable = true;
|
|
||||||
hardware.pulseaudio.enable = false;
|
hardware.pulseaudio.enable = false;
|
||||||
security.rtkit.enable = true;
|
security.rtkit.enable = true;
|
||||||
services.pipewire = {
|
services.pipewire = {
|
||||||
@ -90,7 +89,7 @@
|
|||||||
bitwarden-desktop
|
bitwarden-desktop
|
||||||
comic-mono
|
comic-mono
|
||||||
firefox
|
firefox
|
||||||
gnome.gnome-terminal
|
gnome-terminal
|
||||||
libreoffice
|
libreoffice
|
||||||
obsidian
|
obsidian
|
||||||
mpv
|
mpv
|
||||||
|
Loading…
Reference in New Issue
Block a user