This commit is contained in:
shibazaki 2025-05-18 13:21:14 +02:00
parent ec06b1b63f
commit 7470f38b75
3 changed files with 6 additions and 2 deletions

View File

@ -7,7 +7,7 @@
nvf.url = "git+https://gitea.homework.zip/five/neovim"; nvf.url = "git+https://gitea.homework.zip/five/neovim";
home-manager = { home-manager = {
url = "github:nix-community/home-manager/master"; # Optional, use master for latest HM url = "github:nix-community/home-manager/master";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
@ -17,7 +17,7 @@
}; };
stylix = { stylix = {
url = "github:danth/stylix"; # stylix follows unstable automatically url = "github:danth/stylix";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
rocm = { rocm = {

View File

@ -9,6 +9,8 @@
mesa mesa
libxkbcommon libxkbcommon
clinfo clinfo
pkg-config
alsa-lib.dev
]; ];
hardware.opengl.extraPackages = with pkgs; [ hardware.opengl.extraPackages = with pkgs; [

View File

@ -28,4 +28,6 @@
]; ];
services.upower.enable = true; services.upower.enable = true;
hardware.alsa.enablePersistence = true;
} }