framework-2023-09-20-05-44-59

This commit is contained in:
Alexander Szczepanski
2023-09-20 05:44:59 +02:00
parent 337abfa728
commit 758a852433
2 changed files with 3 additions and 2 deletions

View File

@ -49,6 +49,7 @@ in {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
ack ack
borgbackup borgbackup
borgmatic
btrfs-progs btrfs-progs
cargo cargo
dog dog

View File

@ -8,7 +8,7 @@ in
imports = [ <home-manager/nixos> ]; imports = [ <home-manager/nixos> ];
environment.systemPackages = with unstable.pkgs; [ environment.systemPackages = with unstable.pkgs; [
catfish xfce.catfish
czkawka # fslint before czkawka # fslint before
discord discord
espeak-ng espeak-ng
@ -26,7 +26,7 @@ in
keepassxc keepassxc
ponymix ponymix
grsync grsync
virtmanager virt-manager
]; ];
home-manager.users.alex = { pkgs, ... }: { home-manager.users.alex = { pkgs, ... }: {