refactor: Apps & Development
This commit is contained in:
@@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user