refactor stuff
This commit is contained in:
parent
76ce772222
commit
0761284208
1 changed files with 3 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
||||||
./zsh.nix
|
./zsh.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
home.packages = with pkgs; let steam-custom = steam.override { extraPkgs = p: [ p.gamemode p.gamescope p.mangohud ]; }; in [
|
home.packages = with pkgs; [
|
||||||
_1password-gui
|
_1password-gui
|
||||||
blueberry
|
blueberry
|
||||||
discord
|
discord
|
||||||
|
@ -31,7 +31,6 @@
|
||||||
flyctl
|
flyctl
|
||||||
gh
|
gh
|
||||||
git-crypt
|
git-crypt
|
||||||
gnome-secrets
|
|
||||||
#localsend
|
#localsend
|
||||||
(lutris.override { extraPkgs = p: [ p.gamemode p.gamescope p.mangohud ]; })
|
(lutris.override { extraPkgs = p: [ p.gamemode p.gamescope p.mangohud ]; })
|
||||||
nixpkgs-review
|
nixpkgs-review
|
||||||
|
@ -41,8 +40,8 @@
|
||||||
ripgrep
|
ripgrep
|
||||||
signal-desktop-beta
|
signal-desktop-beta
|
||||||
spotify
|
spotify
|
||||||
steam-custom
|
(steam.override { extraPkgs = p: [ p.gamemode p.gamescope p.mangohud ]; })
|
||||||
steam-custom.run
|
(steam.override { extraPkgs = p: [ p.gamemode p.gamescope p.mangohud ]; }).run
|
||||||
telegram-desktop
|
telegram-desktop
|
||||||
transmission-remote-gtk
|
transmission-remote-gtk
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
|
|
Loading…
Reference in a new issue