updates
This commit is contained in:
@@ -19,5 +19,6 @@
|
||||
aider-chat
|
||||
inotify-tools
|
||||
devenv
|
||||
bruno
|
||||
];
|
||||
}
|
||||
|
||||
@@ -14,20 +14,8 @@
|
||||
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
pinentryPackage = pkgs.pinentry-gnome3;
|
||||
pinentry.package = pkgs.pinentry-gnome3;
|
||||
};
|
||||
# pinentry = {
|
||||
# enable = true;
|
||||
# pinentryFlavor = "gnome3";
|
||||
# };
|
||||
# settings = {
|
||||
# keyserver = "hkps://keys.openpgp.org";
|
||||
# use-agent = true;
|
||||
# use-agent-extra = true;
|
||||
# no-greeting = true;
|
||||
# verbose = true;
|
||||
# };
|
||||
# };
|
||||
|
||||
programs.password-store = {
|
||||
enable = true;
|
||||
|
||||
@@ -34,8 +34,6 @@
|
||||
windowrulev2 = [
|
||||
# ethui-dev
|
||||
"workspace 1, class:ethui"
|
||||
"float, class:ethui"
|
||||
"move 100%-800 100%-800, class:ethui"
|
||||
"noinitialfocus, class:ethui"
|
||||
|
||||
"workspace 3 silent, class:bevy-.*"
|
||||
@@ -66,7 +64,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
programs.hyprpanel.layout = {
|
||||
programs.hyprpanel.settings.layout = {
|
||||
"bar.layouts" = {
|
||||
"0" = {
|
||||
"left" = [
|
||||
|
||||
Reference in New Issue
Block a user