refactor: Formatting

This commit is contained in:
2025-02-07 22:13:20 +01:00
parent c3f4470f80
commit dc2abe6ff1
36 changed files with 349 additions and 198 deletions
+17 -14
View File
@@ -1,10 +1,13 @@
{ config, lib, pkgs, ... }:
{
config,
lib,
pkgs,
...
}:
let
cfg = config.my.profiles.apps;
in {
in
{
options.my.profiles.apps = with lib; {
desktop_apps = mkEnableOption "Basic Apps";
@@ -16,17 +19,17 @@ let
users.users.finn.packages = with pkgs; [
firefox
thunderbird
google-chrome
google-chrome
vscode
discord
spotify
keepassxc
discord
spotify
keepassxc
moonlight-qt
nextcloud-client
pipewire
nextcloud-client
pipewire
wireplumber
vlc
vlc
ghostty
];
};
}
};
}