update config for 24.11

This commit is contained in:
Rachel Lambda Samuelsson 2024-12-08 12:14:40 +01:00
parent 69efa8169b
commit 60e659df5c
7 changed files with 16 additions and 20 deletions

View File

@ -136,32 +136,32 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1718530513, "lastModified": 1733572789,
"narHash": "sha256-BmO8d0r+BVlwWtMLQEYnwmngqdXIuyFzMwvmTcLMee8=", "narHash": "sha256-zjO6m5BqxXIyjrnUziAzk4+T4VleqjstNudSqWcpsHI=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "a1fddf0967c33754271761d91a3d921772b30d0e", "rev": "c7ffc9727d115e433fd884a62dc164b587ff651d",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nix-community", "owner": "nix-community",
"ref": "release-24.05", "ref": "release-24.11",
"repo": "home-manager", "repo": "home-manager",
"type": "github" "type": "github"
} }
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1728909085, "lastModified": 1733412085,
"narHash": "sha256-WLxED18lodtQiayIPDE5zwAfkPJSjHJ35UhZ8h3cJUg=", "narHash": "sha256-FillH0qdWDt/nlO6ED7h4cmN+G9uXwGjwmCnHs0QVYM=",
"owner": "NixOs", "owner": "NixOs",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "c0b1da36f7c34a7146501f684e9ebdf15d2bebf8", "rev": "4dc2fc4e62dbf62b84132fe526356fbac7b03541",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOs", "owner": "NixOs",
"ref": "nixos-24.05", "ref": "nixos-24.11",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View File

@ -36,7 +36,7 @@
thunderbird thunderbird
tidal-hifi tidal-hifi
signal-desktop signal-desktop
transmission-gtk transmission_4-gtk
xclip xclip
clinfo clinfo
glxinfo glxinfo

View File

@ -15,7 +15,7 @@
lspcfg.rust_analyzer.setup({}) lspcfg.rust_analyzer.setup({})
lspcfg.hls.setup({}) lspcfg.hls.setup({})
lspcfg.pyright.setup({ lspcfg.pyright.setup({
cmd = { '${pkgs.nodePackages.pyright}/bin/pyright-langserver', '--stdio' }, cmd = { '${pkgs.pyright}/bin/pyright-langserver', '--stdio' },
}) })
lspcfg.nixd.setup({ lspcfg.nixd.setup({
cmd = { '${pkgs.nixd}/bin/nixd' }, cmd = { '${pkgs.nixd}/bin/nixd' },

View File

@ -6,10 +6,9 @@
./hardware-configuration.nix ./hardware-configuration.nix
]; ];
hardware.opengl = { hardware.grapchics = {
enable = true; enable = true;
driSupport = true; enable32Bit = true;
driSupport32Bit = true;
extraPackages = [ extraPackages = [
pkgs.rocmPackages.clr.icd pkgs.rocmPackages.clr.icd
]; ];

View File

@ -6,10 +6,9 @@
./hardware-configuration.nix ./hardware-configuration.nix
]; ];
hardware.opengl = { hardware.graphics = {
enable = true; enable = true;
driSupport = true; enable32Bit = true;
driSupport32Bit = true;
extraPackages = with pkgs; [ extraPackages = with pkgs; [
intel-ocl intel-ocl
intel-compute-runtime intel-compute-runtime

View File

@ -17,7 +17,6 @@ system: config: { pkgs, ... }:
programs.slock.enable = config.i3-plasma; programs.slock.enable = config.i3-plasma;
# [SOUND] # [SOUND]
sound.enable = false;
security.rtkit.enable = true; security.rtkit.enable = true;
services.pipewire = { services.pipewire = {
enable = true; enable = true;

View File

@ -11,10 +11,9 @@
]; ];
# HW # HW
hardware.opengl = { hardware.graphics = {
enable = true; enable = true;
driSupport = true; enable32Bit = true;
driSupport32Bit = true;
extraPackages = with pkgs; [ extraPackages = with pkgs; [
intel-ocl intel-ocl
intel-compute-runtime intel-compute-runtime