File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 7676 ./modules/user/johannes
7777 ./modules/work
7878 ./modules/system/virtualisation.nix
79+ ./modules/desktop/gaming.nix
7980 ] ;
8081 } ;
8182 skylab = {
Original file line number Diff line number Diff line change 1- { pkgs , ...} :
1+ { pkgs , ... } :
22{
33 programs = {
44 steam . enable = true ;
99 discord
1010 mumble
1111 frozen-bubble
12- supertux
13- supertuxkart
14- urban-terror
12+ superTux
13+ superTuxKart
14+ urbanterror
1515 xonotic
1616 sauerbraten
1717 beyond-all-reason
18-
18+
1919 ] ;
2020}
Original file line number Diff line number Diff line change 1010 environment . systemPackages = [
1111 ( pkgs . writeShellScriptBin "sudo" ''
1212 echo '[Warning] sudo has been replaced with run0.'
13- shift
1413 ${ pkgs . systemd } /bin/run0 $@
1514 '' )
1615 ] ;
Original file line number Diff line number Diff line change 6767 home . shellAliases = {
6868 cat = "bat --paging=never" ;
6969 } ;
70-
70+
7171 programs = {
7272 git = {
7373 enable = true ;
9999 #rebase = true;
100100 autostash = true ;
101101 } ;
102-
102+
103103 init . defaultBranch = "main" ;
104104 credential . helper = "/etc/profiles/per-user/johannes/bin/git-credential-libsecret" ;
105105 maintenance . enable = true ;
Original file line number Diff line number Diff line change 2020
2121 programs = {
2222 bat . enable = true ;
23-
23+
2424 taskwarrior = {
2525 enable = true ;
2626 package = pkgs . taskwarrior3 ;
You can’t perform that action at this time.
0 commit comments