tangled
alpha
login
or
join now
bwc9876.dev
/
nixos-config
1
fork
atom
Flake for my NixOS devices
1
fork
atom
overview
issues
pulls
pipelines
Fix Rofi theme
bwc9876.dev
1 year ago
4fc00b5c
a7e88877
verified
This commit was signed with the committer's
known signature
.
bwc9876.dev
SSH Key Fingerprint:
SHA256:DanMEP/RNlSC7pAVbnXO6wzQV00rqyKj053tz4uH5gQ=
+1
-1
1 changed file
expand all
collapse all
unified
split
nixosModules
graphics
shell.nix
+1
-1
nixosModules/graphics/shell.nix
···
117
117
theme = let
118
118
inherit (config.home-manager.users.bean.lib.formats.rasi) mkLiteral;
119
119
in {
120
120
-
"@import" = "${config.catppuccin.sources.rofi}/catppuccin-${config.home-manager.users.bean.catppuccin.rofi.flavor}.rasi";
120
120
+
"@import" = "${config.catppuccin.sources.rofi}/themes/catppuccin-${config.home-manager.users.bean.catppuccin.rofi.flavor}.rasi";
121
121
"*" =
122
122
(builtins.mapAttrs (name: value: mkLiteral "@${value}") {
123
123
"bg0" = "base";