From 758a852433c932c9b027def5bb2e91dc26177600 Mon Sep 17 00:00:00 2001 From: Alexander Szczepanski Date: Wed, 20 Sep 2023 05:44:59 +0200 Subject: [PATCH] framework-2023-09-20-05-44-59 --- configs/common.nix | 1 + configs/user-gui.nix | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/configs/common.nix b/configs/common.nix index e0d5482..d71b7e5 100644 --- a/configs/common.nix +++ b/configs/common.nix @@ -49,6 +49,7 @@ in { environment.systemPackages = with pkgs; [ ack borgbackup + borgmatic btrfs-progs cargo dog diff --git a/configs/user-gui.nix b/configs/user-gui.nix index 40cbf9a..eea5c04 100644 --- a/configs/user-gui.nix +++ b/configs/user-gui.nix @@ -8,7 +8,7 @@ in imports = [ ]; environment.systemPackages = with unstable.pkgs; [ - catfish + xfce.catfish czkawka # fslint before discord espeak-ng @@ -26,7 +26,7 @@ in keepassxc ponymix grsync - virtmanager + virt-manager ]; home-manager.users.alex = { pkgs, ... }: {