Skip to content

Commit f1dacc5

Browse files
committed
Reformat
1 parent d8b843b commit f1dacc5

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
./modules/user/johannes
7777
./modules/work
7878
./modules/system/virtualisation.nix
79+
./modules/desktop/gaming.nix
7980
];
8081
};
8182
skylab = {

modules/desktop/gaming.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{ pkgs, ...}:
1+
{ pkgs, ... }:
22
{
33
programs = {
44
steam.enable = true;
@@ -9,12 +9,12 @@
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
}

modules/system/security.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
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
];

modules/user/johannes/home.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
home.shellAliases = {
6868
cat = "bat --paging=never";
6969
};
70-
70+
7171
programs = {
7272
git = {
7373
enable = true;
@@ -99,7 +99,7 @@
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;

modules/user/johannes/packages.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
programs = {
2222
bat.enable = true;
23-
23+
2424
taskwarrior = {
2525
enable = true;
2626
package = pkgs.taskwarrior3;

0 commit comments

Comments
 (0)