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

View file

@ -1,36 +1,7 @@
{
programs.cmus = {
enable = true;
extraConfig = ''
colorscheme gruvbox
'';
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
'';
};
theme = "gruvbox";
extraConfig = "test";
};
}