summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/desktop/configuration.nix2
-rw-r--r--hosts/laptop/configuration.nix4
-rw-r--r--hosts/laptop/home.nix7
3 files changed, 6 insertions, 7 deletions
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix
index 0482f23..434565e 100644
--- a/hosts/desktop/configuration.nix
+++ b/hosts/desktop/configuration.nix
@@ -6,7 +6,7 @@
inputs.disko.nixosModules.disko
./hardware-configuration.nix
- ../../sys/default.nix
+ ../../os/default.nix
];
boot.kernelParams = [
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;