fs
This commit is contained in:
@@ -18,7 +18,7 @@ let
|
|||||||
iconThemeColor = "dark"; # "" "light" "dark"
|
iconThemeColor = "dark"; # "" "light" "dark"
|
||||||
iconThemeVariant = ""; # "" "purple" "pink" "red" "orange" "yellow" "green" "teal" "grey"
|
iconThemeVariant = ""; # "" "purple" "pink" "red" "orange" "yellow" "green" "teal" "grey"
|
||||||
iconThemeScheme = "nord"; # "" "nord" "dracula" "gruvbox" "everforest" "catppuccin"
|
iconThemeScheme = "nord"; # "" "nord" "dracula" "gruvbox" "everforest" "catppuccin"
|
||||||
iconTheme = "Colloid-Dark";
|
iconTheme = "Colloid-Nord";
|
||||||
iconThemePkg = pkgs.colloid-icon-theme.override {
|
iconThemePkg = pkgs.colloid-icon-theme.override {
|
||||||
schemeVariants = [ iconThemeScheme ];
|
schemeVariants = [ iconThemeScheme ];
|
||||||
colorVariants = [ "default" ];
|
colorVariants = [ "default" ];
|
||||||
@@ -164,7 +164,7 @@ in
|
|||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
"org/gnome/desktop/interface".cursor-theme = cursorTheme;
|
"org/gnome/desktop/interface".cursor-theme = cursorTheme;
|
||||||
"org/gnome/desktop/interface".icon-theme = "Colloid-Nord-Dark";
|
"org/gnome/desktop/interface".icon-theme = iconTheme;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -182,7 +182,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
iconTheme = {
|
iconTheme = {
|
||||||
name = "Colloid-Nord-Dark";
|
name = iconTheme;
|
||||||
package = iconThemePkg;
|
package = iconThemePkg;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -21,6 +21,12 @@ in
|
|||||||
options = [ "subvol=mariadb" ] ++ defaultOptions;
|
options = [ "subvol=mariadb" ] ++ defaultOptions;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fileSystems."/media/nas/ssd/mongodb" = {
|
||||||
|
device = "/dev/disk/by-uuid/09ac8b6b-e553-4cd8-ae62-8d8c17fe8b0c";
|
||||||
|
fsType = "btrfs";
|
||||||
|
options = [ "subvol=mongodb" ] ++ defaultOptions;
|
||||||
|
};
|
||||||
|
|
||||||
fileSystems."/media/nas/ssd/VMs" = {
|
fileSystems."/media/nas/ssd/VMs" = {
|
||||||
device = "/dev/disk/by-uuid/09ac8b6b-e553-4cd8-ae62-8d8c17fe8b0c";
|
device = "/dev/disk/by-uuid/09ac8b6b-e553-4cd8-ae62-8d8c17fe8b0c";
|
||||||
fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
|
|||||||
Reference in New Issue
Block a user