Compare commits
No commits in common. "550972f9a75da4656b8587aed30d88b9c437596f" and "f32d23295ca8d617bb1c715536126065087d60be" have entirely different histories.
550972f9a7
...
f32d23295c
6 changed files with 8 additions and 19 deletions
|
@ -23,4 +23,3 @@ 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
|
|
@ -9,7 +9,6 @@ in {
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
hm.services.gnome-keyring.enable = true;
|
||||
hm.services.gnome-keyring.components = [ "secrets" ];
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -157,9 +157,6 @@ 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-"
|
||||
|
|
|
@ -12,8 +12,6 @@ in {
|
|||
hm.programs.gpg.enable = true;
|
||||
hm.services.gpg-agent = {
|
||||
enable = true;
|
||||
enableExtraSocket = true;
|
||||
enableSshSupport = true;
|
||||
|
||||
pinentryPackage = pkgs.pinentry-gnome3;
|
||||
};
|
||||
|
|
|
@ -12,10 +12,6 @@ in {
|
|||
hm.programs.mpv = {
|
||||
enable = true;
|
||||
|
||||
config = {
|
||||
hwdec = "auto";
|
||||
};
|
||||
|
||||
scripts = with pkgs.mpvScripts; [
|
||||
mpris
|
||||
thumbnail
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue