Remove useless code and some improvements
This commit is contained in:
parent
3aacd937b9
commit
6b194806f5
5 changed files with 67 additions and 19 deletions
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue