this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

refactor: only install Steam on RyzenTower

+8 -3
-2
configuration.nix
··· 42 42 }; 43 43 }; 44 44 45 - nixpkgs.config.allowUnfree = true; 46 - 47 45 nix = { 48 46 settings = { 49 47 experimental-features = [
+8
hosts/ryzentower.nix
··· 71 71 }; 72 72 }; 73 73 74 + nixpkgs.config.allowUnfree = true; 75 + 76 + users.users.khuedoan = { 77 + packages = with pkgs; [ 78 + steam 79 + ]; 80 + }; 81 + 74 82 home-manager = { 75 83 users.khuedoan = { 76 84 wayland.windowManager.sway = {
-1
users/khuedoan.nix
··· 36 36 nodejs 37 37 obs-studio 38 38 ripgrep 39 - steam 40 39 yt-dlp 41 40 zoxide 42 41