Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRTitor committed Mar 14, 2024
1 parent def15df commit fe8cfdc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 29 deletions.
35 changes: 10 additions & 25 deletions configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,10 @@
python3
# pipewire # enabled via service
udiskie # automount usb drives
zip
unzip
# wireplumber # enabled via service

## BROWSERS ##

# firefox, chrome from unstable are incompatible with stable
Expand Down Expand Up @@ -111,9 +113,15 @@
vim
vscode

## GRAPHICS ##
## GRAPHICS UTILS ##
libva-utils # libva graphics library tools
vdpauinfo # vdpau graphics library tools

## MONITORING TOOLS ##
btop
nvtop-amd
iotop
iftop
])

++
Expand All @@ -122,30 +130,7 @@
# list of latest packages from stable repo

]);


# disable hibernate since you can't hibernate on zram swap anyway
# Masking sleep, hibernate, suspend.. etc
systemd = {
targets = {
sleep = {
enable = false;
unitConfig.DefaultDependencies = "no";
};
suspend = {
enable = false;
unitConfig.DefaultDependencies = "no";
};
hibernate = {
enable = false;
unitConfig.DefaultDependencies = "no";
};
"hybrid-sleep" = {
enable = false;
unitConfig.DefaultDependencies = "no";
};
};
};


# SECURITY
security = {
Expand Down
8 changes: 4 additions & 4 deletions home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
nnn # terminal file manager

# archives
zip
# zip
xz
unzip
# unzip
p7zip

# utils
Expand Down Expand Up @@ -92,8 +92,8 @@
glow # markdown previewer in terminal

# btop # replacement of htop/nmon - already included
iotop # io monitoring
iftop # network monitoring
# iotop # io monitoring - already included
# iftop # network monitoring - already included

# system call monitoring
strace # system call monitoring
Expand Down

0 comments on commit fe8cfdc

Please sign in to comment.