Update to 24.11

This commit is contained in:
fleaz 2024-11-19 22:27:00 +01:00
parent 43b0973d19
commit 0bda6db01c
4 changed files with 10 additions and 12 deletions

View file

@ -42,9 +42,9 @@ in
nextcloud-client
deluge
gnupg
gpicview
loupe
hicolor-icon-theme
cinnamon.nemo
nemo
element-desktop
signal-desktop
nix-output-monitor
@ -107,7 +107,7 @@ in
gedit
pwgen
magic-wormhole
kicad
#kicad
picocom
wirelesstools
xournal
@ -128,7 +128,7 @@ in
enable = true;
theme = {
name = "Adwaita";
package = pkgs.gnome3.adwaita-icon-theme;
package = pkgs.adwaita-icon-theme;
};
};

View file

@ -26,8 +26,7 @@
# AMD OpenGL Support
hardware.opengl.extraPackages = with pkgs; [
rocm-opencl-icd
rocm-opencl-runtime
rocmPackages.clr.icd
];
system.stateVersion = "21.11"; # Did you read the comment?

View file

@ -1,7 +1,6 @@
{ pkgs, ... }: {
hardware.opengl = {
hardware.graphics = {
enable = true;
driSupport = true;
extraPackages = with pkgs; [
# compute
intel-compute-runtime

View file

@ -1,14 +1,14 @@
{
"home-manager": {
"branch": "release-24.05",
"branch": "release-24.11",
"description": "Manage a user environment using Nix [maintainer=@rycee] ",
"homepage": "https://nix-community.github.io/home-manager/",
"owner": "nix-community",
"repo": "home-manager",
"rev": "2f23fa308a7c067e52dfcc30a0758f47043ec176",
"sha256": "00wp0s9b5nm5rsbwpc1wzfrkyxxmqjwsc1kcibjdbfkh69arcpsn",
"rev": "aecd341dfead1c3ef7a3c15468ecd71e8343b7c6",
"sha256": "1a4waars8izbr1xcwvljyhr85h2f2pr0qfq0b994q1cgij816rhn",
"type": "tarball",
"url": "https://github.com/nix-community/home-manager/archive/2f23fa308a7c067e52dfcc30a0758f47043ec176.tar.gz",
"url": "https://github.com/nix-community/home-manager/archive/aecd341dfead1c3ef7a3c15468ecd71e8343b7c6.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"niv": {