Generalize main browser profile and edit some syntax stuff
This commit is contained in:
parent
eec037be00
commit
e6e176c54b
10 changed files with 17 additions and 18 deletions
|
@ -5,8 +5,8 @@
|
|||
color-scheme = "prefer-dark";
|
||||
};
|
||||
"org/virt-manager/virt-manager/connections" = {
|
||||
autoconnect = ["qemu:///system"];
|
||||
uris = ["qemu:///system"];
|
||||
autoconnect = [ "qemu:///system" ];
|
||||
uris = [ "qemu:///system" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -9,10 +9,14 @@
|
|||
theme = {
|
||||
name = "Colloid-Dark";
|
||||
package = pkgs.colloid-gtk-theme.override {
|
||||
themeVariants = ["default"];
|
||||
colorVariants = ["dark"];
|
||||
sizeVariants = ["standard"];
|
||||
tweaks = ["black" "rimless" "normal"];
|
||||
themeVariants = [ "default" ];
|
||||
colorVariants = [ "dark" ];
|
||||
sizeVariants = [ "standard" ];
|
||||
tweaks = [
|
||||
"black"
|
||||
"rimless"
|
||||
"normal"
|
||||
];
|
||||
};
|
||||
};
|
||||
iconTheme = {
|
||||
|
@ -26,14 +30,10 @@
|
|||
|
||||
gtk3 = {
|
||||
bookmarks = [
|
||||
# Local
|
||||
"file:///home/jimbo/Downloads"
|
||||
"file:///home/jimbo/Documents"
|
||||
"file:///home/jimbo/Videos"
|
||||
"file:///home/jimbo/Pictures/Screenshots"
|
||||
"file:///home/jimbo/VMs"
|
||||
|
||||
# More important stuff
|
||||
"file:///etc/nixos"
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue