This commit is contained in:
joy 2024-10-10 19:39:39 +02:00
parent 9866cdfb42
commit 1ef07532e0
2 changed files with 11 additions and 40 deletions

View file

@ -96,11 +96,11 @@
}, },
"locked": { "locked": {
"dir": "pkgs/firefox-addons", "dir": "pkgs/firefox-addons",
"lastModified": 1728446599, "lastModified": 1728533014,
"narHash": "sha256-uRCq3v4xdTUnA03/eLq1UrXdihwwdnTCIPpujEAQUa4=", "narHash": "sha256-fDu4kCTw82r79DpDRjoX9sh2INwZ5l9Alv1kYXVtyHY=",
"owner": "rycee", "owner": "rycee",
"repo": "nur-expressions", "repo": "nur-expressions",
"rev": "2f52d2883c2e6e85949a0ec9be00509e52adb53d", "rev": "a19c9b6e6fd1d4d82263963345cd8e672dc67aff",
"type": "gitlab" "type": "gitlab"
}, },
"original": { "original": {
@ -202,11 +202,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1728514645, "lastModified": 1728577730,
"narHash": "sha256-6O2HxWfQIE2lLhRbKIvjc+HeAe+LoW035K2Vi6c7AG4=", "narHash": "sha256-HsOIR+Zz/q/MGFk88Wd5VZHuTKc9YKXWFTZ+FieRry8=",
"owner": "joygnu", "owner": "joygnu",
"repo": "home-manager", "repo": "home-manager",
"rev": "cb82d0505a433d71c58586b96a3bac94b7b457ad", "rev": "2cc02962babff4d1e19ad7954e8b4ac7ed579217",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -311,11 +311,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1728241625, "lastModified": 1728492678,
"narHash": "sha256-yumd4fBc/hi8a9QgA9IT8vlQuLZ2oqhkJXHPKxH/tRw=", "narHash": "sha256-9UTxR8eukdg+XZeHgxW5hQA9fIKHsKCdOIUycTryeVw=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "c31898adf5a8ed202ce5bea9f347b1c6871f32d1", "rev": "5633bcff0c6162b9e4b5f1264264611e950c8ec7",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -1,36 +1,7 @@
{ {
programs.cmus = { programs.cmus = {
enable = true; enable = true;
extraConfig = '' theme = "gruvbox";
colorscheme gruvbox extraConfig = "test";
'';
theme = {
name = "gruvbox";
content = ''
set color_win_fg=default
set color_win_bg=default
set color_cmdline_bg=default
set color_cmdline_fg=default
set color_error=124
set color_info=172
set color_separator=246
set color_statusline_bg=237
set color_statusline_fg=72
set color_titleline_bg=236
set color_titleline_fg=142
set color_win_title_bg=246
set color_win_title_fg=235
set color_win_cur=175
set color_win_cur_sel_bg=237
set color_win_cur_sel_fg=175
set color_win_inactive_cur_sel_bg=236
set color_win_inactive_cur_sel_fg=175
set color_win_sel_bg=237
set color_win_sel_fg=229
set color_win_inactive_sel_bg=236
set color_win_inactive_sel_fg=229
set color_win_dir=229
'';
};
}; };
} }