Compare commits

...

5 commits

Author SHA1 Message Date
550972f9a7 more gpg 2024-05-24 16:17:10 -07:00
537f02aa4f format 2024-05-24 15:24:14 -07:00
c22b92f412 hw accel on mpv 2024-05-24 07:19:23 -07:00
5cac1c2482 window rules. 2024-05-24 07:11:56 -07:00
89b57dc185 add hyprcursor to readme 2024-05-24 06:56:40 -07:00
6 changed files with 19 additions and 8 deletions

View file

@ -23,3 +23,4 @@ each host should have these files:
- sddm x11 support, too. or maybe just remove x11
- gnome-keyring basic libsecret support works, add ssh too plz :heart:
- git gpg signing
- hyprcursor

View file

@ -9,6 +9,7 @@ in {
};
config = mkIf cfg.enable {
services.gnome.gnome-keyring.enable = true;
hm.services.gnome-keyring.enable = true;
hm.services.gnome-keyring.components = [ "secrets" ];
};
}

View file

@ -157,6 +157,9 @@ in {
"float, initialTitle:^Select a file to open$"
"center, initialTitle:^Select a file to open$"
"size 1100 650, initialTitle:^Select a file to open$"
"float, initialTitle:^File Upload$"
"center, initialTitle:^File Upload$"
"size 1100 650, initialTitle:^File Upload$"
# https://github.com/hyprwm/Hyprland/issues/6154
"center, class:^gcr-prompter"
"center, class:^pinentry-"

View file

@ -48,13 +48,13 @@ in {
name = "Catppuccin Mocha";
extension = pkgs.vscode-extensions.catppuccin.catppuccin-vsc;
#extension = (pkgs.vscode-extensions.catppuccin.catppuccin-vsc.override {
# accent = accent;
# boldKeywords = false;
# italicComments = false;
# italicKeywords = false;
# extraBordersEnabled = false;
# workbenchMode = "flat";
# bracketMode = "rainbow";
#accent = accent;
#boldKeywords = false;
#italicComments = false;
#italicKeywords = false;
#extraBordersEnabled = false;
#workbenchMode = "flat";
#bracketMode = "rainbow";
#});
};
iconTheme = {

View file

@ -12,6 +12,8 @@ in {
hm.programs.gpg.enable = true;
hm.services.gpg-agent = {
enable = true;
enableExtraSocket = true;
enableSshSupport = true;
pinentryPackage = pkgs.pinentry-gnome3;
};

View file

@ -11,6 +11,10 @@ in {
config = mkIf cfg.enable {
hm.programs.mpv = {
enable = true;
config = {
hwdec = "auto";
};
scripts = with pkgs.mpvScripts; [
mpris