Minor server changes

This commit is contained in:
2026-01-08 11:03:15 +01:00
parent 662afe7238
commit 0b208040cb
5 changed files with 25 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
{ currentSystemUser, currentSystemDe, ... }:
{ currentSystemUser, currentSystemDe, pkgs, ... }:
{
imports = [
./fish.nix
@@ -19,6 +19,13 @@
BROWSER = "floorp";
TERMINAL = "kitty";
};
home.packages = [
pkgs.dconf
];
dconf.enable = true;
services.udiskie.enable = true;
programs.home-manager.enable = true;