Skip to content

Commit

Permalink
fix: broken on fresh install
Browse files Browse the repository at this point in the history
  • Loading branch information
sioodmy committed Jun 12, 2024
1 parent 320df7d commit 7ff40db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
2 changes: 1 addition & 1 deletion home/misc/media.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
home.packages = with pkgs; [playerctl pavucontrol pulsemixer imv];
programs = {
mpv = {
enable = true;
enable = false;
bindings = {
UP = "add volume +2";
DOWN = "add volume -2";
Expand Down
17 changes: 0 additions & 17 deletions home/rice/gtk.nix
Original file line number Diff line number Diff line change
Expand Up @@ -67,21 +67,4 @@
};
};
};
xdg.configFile = {
"Kvantum/catppuccin/catppuccin.kvconfig".source = builtins.fetchurl {
url = "https://raw.githubusercontent.com/catppuccin/Kvantum/main/src/Catppuccin-Frappe-Pink/Catppuccin-Frappe-Pink.kvconfig";
sha256 = "0pl936nchif2zsgzy4asrlc3gvv4fv2ln2myrqx13r6xra1vkcqs";
};
"Kvantum/catppuccin/catppuccin.svg".source = builtins.fetchurl {
url = "https://raw.githubusercontent.com/catppuccin/Kvantum/main/src/Catppuccin-Frappe-Pink/Catppuccin-Frappe-Pink.svg";
sha256 = "1b92j0gb65l2pvrf90inskr507a1kwin1zy0grwcsdyjmrm5yjrv";
};
"Kvantum/kvantum.kvconfig".text = ''
[General]
theme=catppuccin
[Applications]
catppuccin=qt5ct, org.qbittorrent.qBittorrent, hyprland-share-picker
'';
};
}

0 comments on commit 7ff40db

Please sign in to comment.