diff options
| author | adikro <adikro@disroot.org> | 2025-12-24 16:21:00 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2025-12-24 16:21:00 +0100 |
| commit | 6aaa5993e4c1cfb205ed555d958702f9bba1770d (patch) | |
| tree | 3af8cf20967cf10542edd2e51232b1da70002fde /hosts/laptop/home.nix | |
| parent | 2ceabfd1d1dc03ca895e960048b73a82e29e45e8 (diff) | |
a bunch of changes, renames sys to os and refactored some of the logic
Diffstat (limited to 'hosts/laptop/home.nix')
| -rw-r--r-- | hosts/laptop/home.nix | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/hosts/laptop/home.nix b/hosts/laptop/home.nix index b56a4de..244e1f6 100644 --- a/hosts/laptop/home.nix +++ b/hosts/laptop/home.nix @@ -23,7 +23,6 @@ waybar.enable = true; themes = { - enable = true; gtk.enable = true; qt.enable = true; }; @@ -36,16 +35,16 @@ }; soft = { browser = { - enable = true; librewolf.enable = true; }; email = { - enable = true; thunderbird.enable = false; - evolution.enable = true; + evolution.enable = false; }; kdeconnect.enable = true; + mpv.enable = true; media.enable = true; + yt-dlp.enable = true; nixcord.enable = true; obsidian.enable = true; spicetify.enable = true; |
