summaryrefslogtreecommitdiff
path: root/hosts/laptop
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2025-12-24 16:21:00 +0100
committeradikro <adikro@disroot.org>2025-12-24 16:21:00 +0100
commit6aaa5993e4c1cfb205ed555d958702f9bba1770d (patch)
tree3af8cf20967cf10542edd2e51232b1da70002fde /hosts/laptop
parent2ceabfd1d1dc03ca895e960048b73a82e29e45e8 (diff)
a bunch of changes, renames sys to os and refactored some of the logic
Diffstat (limited to 'hosts/laptop')
-rw-r--r--hosts/laptop/configuration.nix4
-rw-r--r--hosts/laptop/home.nix7
2 files changed, 5 insertions, 6 deletions
diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix
index d9f458a..2862021 100644
--- a/hosts/laptop/configuration.nix
+++ b/hosts/laptop/configuration.nix
@@ -1,10 +1,10 @@
-{ username, inputs, ... }:
+{ username, ... }:
{
system.stateVersion = "25.05";
imports = [
./hardware-configuration.nix
- ../../sys/default.nix
+ ../../os/default.nix
];
sys = {
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;