mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 03:21:35 +01:00
Update flake
This commit is contained in:
@@ -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" ];
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user