steam gamescope n wallpaper

This commit is contained in:
41666 2025-03-30 22:00:44 -07:00
parent d4375b84a8
commit f8fbf1acf6
14 changed files with 147 additions and 72 deletions

View file

@ -3,7 +3,7 @@
inputs = {
lix-module = {
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.92.0-1.tar.gz";
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.92.0-2.tar.gz";
inputs.nixpkgs.follows = "nixpkgs-master";
};
@ -18,6 +18,11 @@
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
plasma-manager = {
url = "github:nix-community/plasma-manager";
inputs.nixpkgs.follows = "nixpkgs";
inputs.home-manager.follows = "home-manager";
};
# Darwin & Apple Silicon tools
apple-silicon.url = "github:tpwrules/nixos-apple-silicon";