Compare commits
No commits in common. "0c26f48a9a3635e81744f160d083dda96b4b2a03" and "4b5c27d75d9cdf579fbabb73ac3f11b0200b3221" have entirely different histories.
0c26f48a9a
...
4b5c27d75d
3 changed files with 0 additions and 20 deletions
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
"SKIP_HOST_UPDATE": true,
|
||||
"IS_MAXIMIZED": false,
|
||||
"IS_MINIMIZED": false,
|
||||
"WINDOW_BOUNDS": {
|
||||
"x": 7,
|
||||
"y": 57,
|
||||
"width": 1906,
|
||||
"height": 1136
|
||||
}
|
||||
}
|
|
@ -14,8 +14,6 @@ in
|
|||
"ags".source = config.lib.file.mkOutOfStoreSymlink "${configDir}/ags";
|
||||
|
||||
"ripgrep".source = config.lib.file.mkOutOfStoreSymlink "${configDir}/ripgrep";
|
||||
|
||||
"discord/settings.json".source = config.lib.file.mkOutOfStoreSymlink "${configDir}/discord/settings.json";
|
||||
};
|
||||
|
||||
programs = {
|
||||
|
|
|
@ -1,13 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
dconf.settings = {
|
||||
"org/virt-manager/virt-manager/connections" = {
|
||||
autoconnect = ["qemu:///system"];
|
||||
uris = ["qemu:///system"];
|
||||
};
|
||||
};
|
||||
|
||||
programs = {
|
||||
|
||||
btop.enable = true;
|
||||
|
|
Loading…
Reference in a new issue