Merge branch 'main' of github.com:bloxx12/nichts

This commit is contained in:
LarsZauberer 2024-04-13 09:33:46 +02:00
commit b196df3319
57 changed files with 1977 additions and 139 deletions

View file

@ -1,6 +1,6 @@
{ config, inputs, pkgs, ... }:
let
username = config.myOptions.other.system.username;
username = config.modules.other.system.username;
in {
home-manager.users.${username} = {
home.packages = let
@ -50,6 +50,9 @@ in {
kitty
nextcloud-client
vscode
grim
slurp
wl-clipboard
];
};
}