rozbicie home.nix i prace nad librewolf w home-manager
This commit is contained in:
16
hosts/garand-laptop/home/misc.nix
Normal file
16
hosts/garand-laptop/home/misc.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{...}: {
|
||||
# Create XDG Dirs
|
||||
xdg = {
|
||||
userDirs = {
|
||||
enable = true;
|
||||
createDirectories = true;
|
||||
};
|
||||
};
|
||||
|
||||
dconf.settings = {
|
||||
"org/virt-manager/virt-manager/connections" = {
|
||||
autoconnect = ["qemu:///system"];
|
||||
uris = ["qemu:///system"];
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user