summaryrefslogtreecommitdiff
path: root/hm/soft/soft.nix
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2025-12-20 15:25:38 +0100
committeradikro <adikro@disroot.org>2025-12-20 15:25:38 +0100
commitc1d9af57156f3c95590d9a12c394ee064df9696e (patch)
tree7e515761590c510c30329ef8548c7d84a8e95aaa /hm/soft/soft.nix
parent791bc419b6dac7c70951981ef6b34cdf85828470 (diff)
added disko config for laptop, added storage and memory modules
Diffstat (limited to 'hm/soft/soft.nix')
-rw-r--r--hm/soft/soft.nix16
1 files changed, 10 insertions, 6 deletions
diff --git a/hm/soft/soft.nix b/hm/soft/soft.nix
index eb975ea..191ada7 100644
--- a/hm/soft/soft.nix
+++ b/hm/soft/soft.nix
@@ -1,15 +1,19 @@
{ ... }:
{
imports = [
- ./awww.nix
+ ./browser.nix
./easyeffects.nix
- ./fuzzel.nix
- ./gaming.nix
+ ./email.nix
+ ./kdeconnect.nix
+ ./kdenlive.nix
+ ./mangohud.nix
./media.nix
./nixcord.nix
- ./satty.nix
+ ./obs.nix
+ ./obsidian.nix
+ ./onlyoffice.nix
./spicetify.nix
- ./swayidle.nix
- ./swaylock.nix
+ ./torrent.nix
+ ./vpn.nix
];
}