Update flake

This commit is contained in:
thiloho
2024-03-21 22:48:49 +01:00
parent 0d89ea8cc5
commit c143fb9c11
3 changed files with 13 additions and 24 deletions

View File

@@ -23,17 +23,6 @@
virtualisation.libvirtd.qemu.swtpm.enable = true;
programs.virt-manager.enable = true;
services = {
syncthing = {
enable = true;
user = "thiloho";
overrideFolders = true;
configDir = "/home/thiloho/.config/syncthing";
dataDir = "/home/thiloho";
openDefaultPorts = true;
};
};
programs.adb.enable = true;
users.users.thiloho.extraGroups = [ "adbusers" ];

View File

@@ -42,7 +42,6 @@
gnupg.agent = {
enable = true;
enableSSHSupport = true;
pinentryFlavor = "gnome3";
};
java.enable = true;
};
@@ -77,6 +76,7 @@
github.copilot
github.copilot-chat
pkief.material-icon-theme
unifiedjs.vscode-mdx
];
userSettings = {
"nix.enableLanguageServer" = true;