Several things:
- upgraded to 21.11 unstable - old (working) amule version - android tools (adb) - mounting nas via ssh (new specific key) - scrcpy - tor-browser - vscode settings - home server settings
This commit is contained in:
parent
ecb7bc935b
commit
7f18e318b7
14 changed files with 457 additions and 152 deletions
|
@ -11,6 +11,6 @@
|
|||
|
||||
programs.gpg = {
|
||||
enable = true;
|
||||
settings = {};
|
||||
settings = { };
|
||||
};
|
||||
}
|
||||
|
|
3
users/profiles/tor-browser/default.nix
Normal file
3
users/profiles/tor-browser/default.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{ pkgs, ... }: {
|
||||
#home.packages = [ pkgs.tor-browser-bundle-bin ]; # broken
|
||||
}
|
|
@ -10,7 +10,11 @@
|
|||
|
||||
userSettings = {
|
||||
"update.channel" = "none";
|
||||
"editor"."formatOnSave" = true;
|
||||
"editor" = {
|
||||
"formatOnSave" = true;
|
||||
"fontFamily" = "Fira Code";
|
||||
"fontLigatures" = true;
|
||||
};
|
||||
"window"."menuBarVisibility" = "classic";
|
||||
"[nix]"."editor.tabSize" = 2;
|
||||
"nix"."enableLanguageServer" = true;
|
||||
|
@ -20,6 +24,7 @@
|
|||
jnoortheen.nix-ide
|
||||
haskell.haskell
|
||||
justusadam.language-haskell
|
||||
#ms-python.python
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue