mirror of
https://codeberg.org/muon/home.git
synced 2026-07-03 23:49:35 +00:00
Murk slideshow
This commit is contained in:
parent
ece28c8164
commit
bf5cdde16c
1 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
}: let
|
}: let
|
||||||
cfg = osConfig.mods;
|
cfg = osConfig.mods;
|
||||||
in {
|
in {
|
||||||
imports = [inputs.impermanence.homeManagerModules.impermanence];
|
# imports = [inputs.impermanence.homeManagerModules.impermanence];
|
||||||
|
|
||||||
# Modules
|
# Modules
|
||||||
mods.xdg.enable = true;
|
mods.xdg.enable = true;
|
||||||
|
|
@ -23,7 +23,7 @@ in {
|
||||||
mods.desktop.productivity.enable = false;
|
mods.desktop.productivity.enable = false;
|
||||||
mods.zen.enable = true;
|
mods.zen.enable = true;
|
||||||
mods.obsidian.enable = true;
|
mods.obsidian.enable = true;
|
||||||
mods.theme.slideshow = true;
|
mods.theme.slideshow.enable = true;
|
||||||
|
|
||||||
home.packages = with pkgs;
|
home.packages = with pkgs;
|
||||||
[
|
[
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue