mirror of
https://github.com/henrysipp/omarchy-nix.git
synced 2026-06-26 10:47:31 -05:00
More theming
This commit is contained in:
@@ -14,6 +14,12 @@
|
||||
"everforest" = [
|
||||
"1-everforest.jpg"
|
||||
];
|
||||
"nord" = [
|
||||
"nord-1.png"
|
||||
];
|
||||
"gruvbox" = [
|
||||
"gruvbox-1.jpg"
|
||||
];
|
||||
};
|
||||
|
||||
selected_wallpaper = builtins.elemAt (wallpapers.${cfg.theme}) 0;
|
||||
|
||||
Reference in New Issue
Block a user