Remove useless code and some improvements

This commit is contained in:
Henry Hiles 2023-07-11 20:21:23 -04:00
parent 3aacd937b9
commit 6b194806f5
5 changed files with 67 additions and 19 deletions

View file

@ -77,9 +77,8 @@
};
systemPackages = with pkgs; ([
tldr
tldr
tuba
kooha
heroic
nodejs
killall
@ -107,15 +106,7 @@
};
programs = {
steam = {
enable = true;
# package = pkgs.symlinkJoin {
# name = pkgs.steam.name;
# paths = [pkgs.steam];
# buildInputs = [pkgs.makeWrapper];
# postBuild = ''wrapProgram $out/bin/steam --add-flags "-gamepadui"'';
# };
};
steam.enable = true;
fish.interactiveShellInit = "neowofetch";
};