From 6aaa5993e4c1cfb205ed555d958702f9bba1770d Mon Sep 17 00:00:00 2001 From: adikro Date: Wed, 24 Dec 2025 16:21:00 +0100 Subject: a bunch of changes, renames sys to os and refactored some of the logic --- hosts/desktop/configuration.nix | 2 +- hosts/laptop/configuration.nix | 4 ++-- hosts/laptop/home.nix | 7 +++---- 3 files changed, 6 insertions(+), 7 deletions(-) (limited to 'hosts') 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; -- cgit v1.3