From c84f36538cb4bd71a3591e3416766d032dc406b9 Mon Sep 17 00:00:00 2001 From: Rory& Date: Fri, 4 Apr 2025 10:11:06 +0200 Subject: Laptop updates --- modules/software-templates/steam.nix | 15 +++++++++++++++ modules/users/Rory.nix | 3 ++- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 modules/software-templates/steam.nix (limited to 'modules') 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; - }; }; }; -- cgit 1.5.1