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
|
- sddm x11 support, too. or maybe just remove x11
|
||||||
- gnome-keyring basic libsecret support works, add ssh too plz :heart:
|
- gnome-keyring basic libsecret support works, add ssh too plz :heart:
|
||||||
- git gpg signing
|
- git gpg signing
|
||||||
- hyprcursor
|
|
|
@ -9,7 +9,6 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
hm.services.gnome-keyring.enable = true;
|
services.gnome.gnome-keyring.enable = true;
|
||||||
hm.services.gnome-keyring.components = [ "secrets" ];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -157,9 +157,6 @@ in {
|
||||||
"float, initialTitle:^Select a file to open$"
|
"float, initialTitle:^Select a file to open$"
|
||||||
"center, initialTitle:^Select a file to open$"
|
"center, initialTitle:^Select a file to open$"
|
||||||
"size 1100 650, 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
|
# https://github.com/hyprwm/Hyprland/issues/6154
|
||||||
"center, class:^gcr-prompter"
|
"center, class:^gcr-prompter"
|
||||||
"center, class:^pinentry-"
|
"center, class:^pinentry-"
|
||||||
|
|
|
@ -48,13 +48,13 @@ in {
|
||||||
name = "Catppuccin Mocha";
|
name = "Catppuccin Mocha";
|
||||||
extension = pkgs.vscode-extensions.catppuccin.catppuccin-vsc;
|
extension = pkgs.vscode-extensions.catppuccin.catppuccin-vsc;
|
||||||
#extension = (pkgs.vscode-extensions.catppuccin.catppuccin-vsc.override {
|
#extension = (pkgs.vscode-extensions.catppuccin.catppuccin-vsc.override {
|
||||||
#accent = accent;
|
# accent = accent;
|
||||||
#boldKeywords = false;
|
# boldKeywords = false;
|
||||||
#italicComments = false;
|
# italicComments = false;
|
||||||
#italicKeywords = false;
|
# italicKeywords = false;
|
||||||
#extraBordersEnabled = false;
|
# extraBordersEnabled = false;
|
||||||
#workbenchMode = "flat";
|
# workbenchMode = "flat";
|
||||||
#bracketMode = "rainbow";
|
# bracketMode = "rainbow";
|
||||||
#});
|
#});
|
||||||
};
|
};
|
||||||
iconTheme = {
|
iconTheme = {
|
||||||
|
|
|
@ -12,8 +12,6 @@ in {
|
||||||
hm.programs.gpg.enable = true;
|
hm.programs.gpg.enable = true;
|
||||||
hm.services.gpg-agent = {
|
hm.services.gpg-agent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableExtraSocket = true;
|
|
||||||
enableSshSupport = true;
|
|
||||||
|
|
||||||
pinentryPackage = pkgs.pinentry-gnome3;
|
pinentryPackage = pkgs.pinentry-gnome3;
|
||||||
};
|
};
|
||||||
|
|
|
@ -11,10 +11,6 @@ in {
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
hm.programs.mpv = {
|
hm.programs.mpv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
config = {
|
|
||||||
hwdec = "auto";
|
|
||||||
};
|
|
||||||
|
|
||||||
scripts = with pkgs.mpvScripts; [
|
scripts = with pkgs.mpvScripts; [
|
||||||
mpris
|
mpris
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue