Compare commits

..

4 commits

5 changed files with 50 additions and 49 deletions

30
flake.lock generated
View file

@ -43,11 +43,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1744902080, "lastModified": 1747565775,
"narHash": "sha256-px7OEMQYhS9StY3sTYYeM/jJspk6SXgoPU7OmOSx+1c=", "narHash": "sha256-B6jmKHUEX1jxxcdoYHl7RVaeohtAVup8o3nuVkzkloA=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "2c71aae678c03a39c2542e136b87bd040ae1b3cb", "rev": "97118a310eb8e13bc1b9b12d67267e55b7bee6c8",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -79,11 +79,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1744463964, "lastModified": 1747542820,
"narHash": "sha256-LWqduOgLHCFxiTNYi3Uj5Lgz0SR+Xhw3kr/3Xd0GPTM=", "narHash": "sha256-GaOZntlJ6gPPbbkTLjbd8BMWaDYafhuuYRNrxCGnPJw=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "2631b0b7abcea6e640ce31cd78ea58910d31e650", "rev": "292fa7d4f6519c074f0a50394dbbe69859bb6043",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -94,11 +94,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1744463964, "lastModified": 1747542820,
"narHash": "sha256-LWqduOgLHCFxiTNYi3Uj5Lgz0SR+Xhw3kr/3Xd0GPTM=", "narHash": "sha256-GaOZntlJ6gPPbbkTLjbd8BMWaDYafhuuYRNrxCGnPJw=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "2631b0b7abcea6e640ce31cd78ea58910d31e650", "rev": "292fa7d4f6519c074f0a50394dbbe69859bb6043",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -115,11 +115,11 @@
"treefmt-nix": "treefmt-nix" "treefmt-nix": "treefmt-nix"
}, },
"locked": { "locked": {
"lastModified": 1744904898, "lastModified": 1747676902,
"narHash": "sha256-wLepe0sdFFgXUOLY2t+GrfjBquiGFgNydQkQYGh6UwQ=", "narHash": "sha256-jksy3fqyf4zUPIrAL8RFIHEECXITHtsyV9hp0VHmlLY=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "9ea0c40c52673079dfe50e82ddbb78679723be05", "rev": "d4ae72a58d239b565c34323f9f02aac91901f9c7",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -144,11 +144,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1744669848, "lastModified": 1747603214,
"narHash": "sha256-pXyanHLUzLNd3MX9vsWG+6Z2hTU8niyphWstYEP3/GU=", "narHash": "sha256-lAblXm0VwifYCJ/ILPXJwlz0qNY07DDYdLD+9H+Wc8o=",
"owner": "Mic92", "owner": "Mic92",
"repo": "sops-nix", "repo": "sops-nix",
"rev": "61154300d945f0b147b30d24ddcafa159148026a", "rev": "8d215e1c981be3aa37e47aeabd4e61bb069548fd",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -17,7 +17,7 @@ in
home.packages = with pkgs; [ home.packages = with pkgs; [
# pinentry-gnome # pinentry-gnome
pkgs.gcr gcr
]; ];
programs.gpg = { programs.gpg = {
@ -31,7 +31,7 @@ in
enable = true; enable = true;
enableScDaemon = true; enableScDaemon = true;
enableZshIntegration = true; enableZshIntegration = true;
pinentryPackage = pkgs.pinentry-gnome3; pinentry.package = pkgs.pinentry-gnome3;
}; };
programs.password-store = { programs.password-store = {

View file

@ -14,11 +14,11 @@ in
poppler_utils # Preview PDF file poppler_utils # Preview PDF file
]; ];
programs.zsh = { programs.zsh = {
initExtra = '' initContent = ''
cdv() { cdv() {
cd "$(vifm --choose-dir - "$@")" cd "$(vifm --choose-dir - "$@")"
} }
openv() { openv() {
xdg-open "$(vifm --choose-file - "$@")" xdg-open "$(vifm --choose-file - "$@")"
} }

View file

@ -60,7 +60,7 @@ in
"\\n" = "fg=#7cafc2"; "\\n" = "fg=#7cafc2";
}; };
}; };
initExtra = '' initContent = ''
# Ctrl + backspace: delete word # Ctrl + backspace: delete word
bindkey -v "^H" backward-kill-word bindkey -v "^H" backward-kill-word

View file

@ -13,35 +13,36 @@ with lib;
}; };
services.mako = { services.mako = {
enable = true; enable = true;
font = "Fira Code Nerd Font 10"; settings = {
backgroundColor = "#353535FF"; font = "Fira Code Nerd Font 10";
borderColor = "#1CD180"; backgroundColor = "#353535FF";
progressColor = "over #5566AAFF"; borderColor = "#1CD180";
textColor = "#FDFDFD"; progressColor = "over #5566AAFF";
width = 300; textColor = "#FDFDFD";
height = 100; width = 300;
borderRadius = 0; height = 100;
borderSize = 2; borderRadius = 0;
icons = true; borderSize = 2;
maxIconSize = 64; icons = true;
layer = "overlay"; maxIconSize = 64;
anchor = "top-right"; layer = "overlay";
format = '' anchor = "top-right";
<span font_scale='small-caps'>%a</span>\n<b>%s</b>\n%b format = ''
''; <span font_scale='small-caps'>%a</span>\n<b>%s</b>\n%b
extraConfig = '' '';
[urgency="high"] "urgency=high" = {
border-color=#F268b3 border-color = "#F268b3";
};
[app-name="cmus"] "app-name=cmus" = {
border-size=1 border-size = 1;
default-timeout=7000 default-timeout = 7000;
group-by=app-name group-by = "app-name";
format=%b format= "%b";
};
[app-name="cmus" grouped] "app-name=cmus grouped" = {
format=%b format = "%b";
''; };
};
}; };
}; };
} }