Skip to content

Commit

Permalink
feat: update flake
Browse files Browse the repository at this point in the history
  • Loading branch information
sioodmy committed Oct 14, 2023
1 parent b35dc1f commit af74ba5
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 45 deletions.
78 changes: 39 additions & 39 deletions flake.lock

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

2 changes: 2 additions & 0 deletions home/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
})
anytype
brave
gping
dogdns
ledger_agent
caprine-bin
pulseaudio
Expand Down
6 changes: 0 additions & 6 deletions home/rice/hyprland/config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ in {

# active border color
"col.active_border" = "rgb(89b4fa) rgb(cba6f7) 270deg";
"col.group_border_active" = "rgba(88888888)";
"col.group_border" = "rgba(00000088)";

# whether to apply the sensitivity to raw input (e.g. used by games where you aim using your mouse)
apply_sens_to_raw = 0;
Expand Down Expand Up @@ -130,10 +128,6 @@ in {
key_press_enables_dpms = true; # enable dpms on keyboard action
disable_autoreload = true; # autoreload is unnecessary on nixos, because the config is readonly anyway

# groupbar stuff
# this removes the ugly gradient around grouped windows - which sucks
groupbar_titles_font_size = 13;
groupbar_gradients = false;
};

animations = {
Expand Down
1 change: 1 addition & 0 deletions system/core/nix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"nvidia-settings"
# they got fossed recently so idk
"Anytype"
"Anytype-0.35.4"
];
overlays = [
(
Expand Down

0 comments on commit af74ba5

Please sign in to comment.