framework-2024-11-25-00-02-03

This commit is contained in:
Alexander Szczepanski
2024-11-25 00:02:03 +01:00
parent fe9beaa67b
commit a0f0e1a1f8
12 changed files with 103 additions and 405 deletions

View File

@ -32,11 +32,6 @@
];
};
# services = {
# gvfs.enable = true;
# mullvad-vpn.enable = true;
# };
programs = {
ssh = {startAgent = true;};
# dconf.enable = true;
@ -49,7 +44,6 @@
environment.systemPackages = with pkgs; [
czkawka # fslint before
grsync
handbrake
keepassxc
nextcloud-client
@ -66,6 +60,8 @@
kitty
lan-mouse_git
libreoffice
];
home-manager.users.alex = {pkgs, ...}: {