summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-04-04 10:11:06 +0200
committerRory& <root@rory.gay>2025-04-04 10:11:06 +0200
commitc84f36538cb4bd71a3591e3416766d032dc406b9 (patch)
tree0e433122cb2d656bbe554fff23e810539a75383a /modules
parentServer changes (diff)
downloadRory-Open-Architecture-c84f36538cb4bd71a3591e3416766d032dc406b9.tar.xz
Laptop updates
Diffstat (limited to 'modules')
-rw-r--r--modules/software-templates/steam.nix15
-rwxr-xr-xmodules/users/Rory.nix3
2 files changed, 17 insertions, 1 deletions
diff --git a/modules/software-templates/steam.nix b/modules/software-templates/steam.nix
new file mode 100644

index 0000000..ac548a7 --- /dev/null +++ b/modules/software-templates/steam.nix
@@ -0,0 +1,15 @@ +{ pkgs, ... }: { + programs.steam = { + enable = true; + gamescopeSession.enable = true; + extraCompatPackages = with pkgs; [ + steam-play-none + proton-ge-bin + ]; + }; + + environment.systemPackages = with pkgs; [ + steam-run + steam-acf + ]; +} \ No newline at end of file diff --git a/modules/users/Rory.nix b/modules/users/Rory.nix
index b7814ad..756c722 100755 --- a/modules/users/Rory.nix +++ b/modules/users/Rory.nix
@@ -125,6 +125,8 @@ alias drun='dotnet watch run --no-hot-reload --property WarningLevel=0' alias dbuild='dotnet watch build --no-hot-reload --property WarningLevel=0' alias ls='lsd -lAhF --color=always --icon=always' + alias tree='lsd --tree' + alias lstree='ls --tree --total-size --sort=size' alias transfetch='neofetch --kitty ~/trans_witch.jpg' alias gc='git-commit' [ -f "$HOME/.profile" ] && . $HOME/.profile @@ -202,7 +204,6 @@ vimdiffAlias = true; coc = { enable = true; - }; }; };