refactor: Apps & Development

This commit is contained in:
2025-02-07 22:01:18 +01:00
parent c407e1e9ee
commit c3f4470f80
5 changed files with 18 additions and 48 deletions
+1 -2
View File
@@ -2,8 +2,6 @@
{ config, lib, pkgs, ... }:
let
cfg = config.my.profiles.kde-desktop;
# domain = config.networking.domain;
# port = 9696;
in
{
options.my.profiles.kde-desktop = with lib; {
@@ -18,6 +16,7 @@ in
};
users.users.finn.packages = with pkgs; [
# Programms can be added here...
numix-icon-theme
];
};
}