1
0
Fork 0

DO NOT USE: home-manager, reset pkgs

This commit is contained in:
Pratham Patel 2024-02-18 14:13:11 +05:30
parent 703d2304b8
commit 5e3c75add6
Signed by: thefossguy
SSH Key Fingerprint: SHA256:/B3wAg7jnMEBQ2JwkebbS/eXVZANDmqRfnd9QkIhxMI
3 changed files with 9 additions and 58 deletions

View File

@ -1,60 +1,11 @@
{ config, lib, pkgs, ... }:
{
programs.home-manager.enable = true;
home.packages = with pkgs; [
];
home = {
packages = with pkgs; [
gawk
gnugrep
gnused
parallel
pv
python3Minimal
rsync
tmux
tree
qemu_kvm
dash
aria2
yt-dlp
bzip2
gnutar
gzip
unzip
xz
zip
zstd
b4
rustup
btop
htop
iperf
#buildah #1. needs to be built for some reason; 2. git is a build requirement
fzf
picocom
podman
bat
broot
choose
du-dust
dua
fd
ripgrep
sd
skim
zoxide
nix-output-monitor
];
programs = {
home-manager.enable = true;
};
# home-manager does not need to overwrite these files in $HOME

View File

@ -1,6 +1,9 @@
{ config, lib, pkgs, ... }:
{
home.packages = with pkgs; [
];
targets.darwin = {
currentHostDefaults = {
"com.apple.controlcenter".BatteryShowPercentage = true;

View File

@ -10,12 +10,7 @@ let
in
{
targets.genericLinux.enable = true;
home.packages = with pkgs; [
libvirt
virt-manager
wol
];
systemd.user = {
@ -95,4 +90,6 @@ in
'';
};
};
targets.genericLinux.enable = true;
}