Update to 24.11
This commit is contained in:
parent
43b0973d19
commit
0bda6db01c
4 changed files with 10 additions and 12 deletions
|
@ -42,9 +42,9 @@ in
|
||||||
nextcloud-client
|
nextcloud-client
|
||||||
deluge
|
deluge
|
||||||
gnupg
|
gnupg
|
||||||
gpicview
|
loupe
|
||||||
hicolor-icon-theme
|
hicolor-icon-theme
|
||||||
cinnamon.nemo
|
nemo
|
||||||
element-desktop
|
element-desktop
|
||||||
signal-desktop
|
signal-desktop
|
||||||
nix-output-monitor
|
nix-output-monitor
|
||||||
|
@ -107,7 +107,7 @@ in
|
||||||
gedit
|
gedit
|
||||||
pwgen
|
pwgen
|
||||||
magic-wormhole
|
magic-wormhole
|
||||||
kicad
|
#kicad
|
||||||
picocom
|
picocom
|
||||||
wirelesstools
|
wirelesstools
|
||||||
xournal
|
xournal
|
||||||
|
@ -128,7 +128,7 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
theme = {
|
theme = {
|
||||||
name = "Adwaita";
|
name = "Adwaita";
|
||||||
package = pkgs.gnome3.adwaita-icon-theme;
|
package = pkgs.adwaita-icon-theme;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -26,8 +26,7 @@
|
||||||
|
|
||||||
# AMD OpenGL Support
|
# AMD OpenGL Support
|
||||||
hardware.opengl.extraPackages = with pkgs; [
|
hardware.opengl.extraPackages = with pkgs; [
|
||||||
rocm-opencl-icd
|
rocmPackages.clr.icd
|
||||||
rocm-opencl-runtime
|
|
||||||
];
|
];
|
||||||
|
|
||||||
system.stateVersion = "21.11"; # Did you read the comment?
|
system.stateVersion = "21.11"; # Did you read the comment?
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
hardware.opengl = {
|
hardware.graphics = {
|
||||||
enable = true;
|
enable = true;
|
||||||
driSupport = true;
|
|
||||||
extraPackages = with pkgs; [
|
extraPackages = with pkgs; [
|
||||||
# compute
|
# compute
|
||||||
intel-compute-runtime
|
intel-compute-runtime
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
{
|
{
|
||||||
"home-manager": {
|
"home-manager": {
|
||||||
"branch": "release-24.05",
|
"branch": "release-24.11",
|
||||||
"description": "Manage a user environment using Nix [maintainer=@rycee] ",
|
"description": "Manage a user environment using Nix [maintainer=@rycee] ",
|
||||||
"homepage": "https://nix-community.github.io/home-manager/",
|
"homepage": "https://nix-community.github.io/home-manager/",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "2f23fa308a7c067e52dfcc30a0758f47043ec176",
|
"rev": "aecd341dfead1c3ef7a3c15468ecd71e8343b7c6",
|
||||||
"sha256": "00wp0s9b5nm5rsbwpc1wzfrkyxxmqjwsc1kcibjdbfkh69arcpsn",
|
"sha256": "1a4waars8izbr1xcwvljyhr85h2f2pr0qfq0b994q1cgij816rhn",
|
||||||
"type": "tarball",
|
"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"
|
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
||||||
},
|
},
|
||||||
"niv": {
|
"niv": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue