Skip to content

Commit

Permalink
chore: bump inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
sioodmy committed Dec 16, 2023
1 parent 7936e49 commit da10644
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 56 deletions.
105 changes: 54 additions & 51 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions home/cli/tools/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,6 @@ in {
};
};
};
services.easyeffects = {
enable = true;
};
xdg = {
userDirs = {
enable = true;
Expand Down
1 change: 0 additions & 1 deletion home/impermanence.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ _: {
".config/Caprine"
".cache/keepassxc"
".config/WebCord"
".config/easyeffects"
".config/BraveSoftware/"
".config/spotify-tui"
".cache/BraveSoftware/"
Expand Down
1 change: 0 additions & 1 deletion home/rice/hyprland/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ in {
libnotify
wf-recorder
brightnessctl
xdg-desktop-portal-hyprland
pamixer
python39Packages.requests
slurp
Expand Down
3 changes: 3 additions & 0 deletions system/core/impermanence.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
environment.persistence."/persist" = {
hideMounts = true;
directories = [
# dirty fix for "no storage left on device" while rebuilding
# it gets wiped anyway
"/tmp"
"/etc/nixos"
"/etc/NetworkManager"
"/var/log"
Expand Down

0 comments on commit da10644

Please sign in to comment.