diff options
| author | adikro <adikro@disroot.org> | 2025-12-27 15:43:05 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2025-12-27 15:43:05 +0100 |
| commit | 27ee582379442277853fe6935c80007da1f1cc50 (patch) | |
| tree | fc0332f03e32b4fb6ae065853474a3c4a8d8411e /hosts/laptop/home.nix | |
| parent | 57bf6c7c1cbd8c51f358d8837704e567a487d547 (diff) | |
some reformatting
Diffstat (limited to 'hosts/laptop/home.nix')
| -rw-r--r-- | hosts/laptop/home.nix | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/hosts/laptop/home.nix b/hosts/laptop/home.nix index 244e1f6..777e270 100644 --- a/hosts/laptop/home.nix +++ b/hosts/laptop/home.nix @@ -34,21 +34,15 @@ starship.enable = true; }; soft = { - browser = { - librewolf.enable = true; - }; - email = { - thunderbird.enable = false; - evolution.enable = false; - }; + browser.librewolf.enable = true; kdeconnect.enable = true; mpv.enable = true; media.enable = true; - yt-dlp.enable = true; nixcord.enable = true; obsidian.enable = true; spicetify.enable = true; torrent.enable = true; + yt-dlp.enable = true; }; }; } |
