framework-2023-09-20-05-44-59
This commit is contained in:
@ -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
|
||||||
|
@ -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, ... }: {
|
||||||
|
Reference in New Issue
Block a user