no steam on nixos
This commit is contained in:
parent
93d6047f5e
commit
5b773c2622
2 changed files with 1 additions and 5 deletions
|
@ -15,12 +15,9 @@
|
||||||
"terminal.integrated.shell.linux": "bash",
|
"terminal.integrated.shell.linux": "bash",
|
||||||
"window.zoomLevel": 1,
|
"window.zoomLevel": 1,
|
||||||
"workbench.editor.highlightModifiedTabs": true,
|
"workbench.editor.highlightModifiedTabs": true,
|
||||||
"yaml.format.enable": true,
|
|
||||||
"[makefile]": {
|
"[makefile]": {
|
||||||
"editor.insertSpaces": false
|
"editor.insertSpaces": false
|
||||||
},
|
},
|
||||||
"editor.renderWhitespace": "all",
|
"editor.renderWhitespace": "all",
|
||||||
"terraform.languageServer": {
|
"git.autofetch": true
|
||||||
"enabled": true,
|
|
||||||
}
|
|
||||||
}
|
}
|
|
@ -30,7 +30,6 @@ in
|
||||||
./links.nix
|
./links.nix
|
||||||
./cli.nix
|
./cli.nix
|
||||||
./gui.nix
|
./gui.nix
|
||||||
./games.nix
|
|
||||||
./i3/home.nix
|
./i3/home.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue