From e5036417abe5d3597792f869e2831decd50eba5d Mon Sep 17 00:00:00 2001 From: adikro Date: Wed, 28 Jan 2026 20:49:07 +0100 Subject: repo cleanup --- hosts/desktop/configuration.nix | 2 ++ hosts/desktop/home.nix | 7 ++++++- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'hosts') diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index 1197c3f..8c1f0b5 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -85,6 +85,8 @@ }; }; + programs.firefox.enable = true; + boot = { kernelParams = [ "video=DP-1:2560x1440@240" ]; kernelModules = [ "nct6687" ]; diff --git a/hosts/desktop/home.nix b/hosts/desktop/home.nix index e274907..f47deb7 100644 --- a/hosts/desktop/home.nix +++ b/hosts/desktop/home.nix @@ -1,4 +1,4 @@ -{ username, ... }: +{ username, pkgs, ... }: { imports = [ ../../hm/default.nix ]; @@ -59,6 +59,11 @@ }; }; + home.packages = with pkgs.sweethome3d; [ + application + furniture-editor + ]; + xdg.mimeApps = { enable = true; defaultApplications = { -- cgit v1.3