Compare commits
No commits in common. "5618b31e9f69c8ce611a0501cc72da5b1b2817e8" and "b19af63a4bc7a2312f0f6720886426e73b24c43e" have entirely different histories.
5618b31e9f
...
b19af63a4b
5 changed files with 3 additions and 17 deletions
|
|
@ -29,7 +29,6 @@
|
||||||
./modules/browser/chromium.nix
|
./modules/browser/chromium.nix
|
||||||
./modules/applications/default.nix
|
./modules/applications/default.nix
|
||||||
./modules/games/linux.nix
|
./modules/games/linux.nix
|
||||||
./modules/applications/1password.nix
|
|
||||||
|
|
||||||
./modules/nix/linux.nix
|
./modules/nix/linux.nix
|
||||||
./modules/shell.nix
|
./modules/shell.nix
|
||||||
|
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
{ config, ...}:
|
|
||||||
|
|
||||||
{
|
|
||||||
programs._1password.enable = true;
|
|
||||||
programs._1password-gui = {
|
|
||||||
enable = true;
|
|
||||||
polkitPolicyOwners = [ "nico" ];
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
@ -7,6 +7,7 @@
|
||||||
obsidian
|
obsidian
|
||||||
ani-cli
|
ani-cli
|
||||||
vesktop
|
vesktop
|
||||||
|
_1password-cli
|
||||||
yt-dlp
|
yt-dlp
|
||||||
] ++ lib.optionals pkgs.stdenv.isLinux (with pkgs; [
|
] ++ lib.optionals pkgs.stdenv.isLinux (with pkgs; [
|
||||||
mpv
|
mpv
|
||||||
|
|
@ -17,6 +18,7 @@
|
||||||
obs-studio
|
obs-studio
|
||||||
blender
|
blender
|
||||||
gimp3
|
gimp3
|
||||||
|
_1password-gui
|
||||||
signal-desktop-bin
|
signal-desktop-bin
|
||||||
]) ++ lib.optionals pkgs.stdenv.isDarwin (with pkgs; [
|
]) ++ lib.optionals pkgs.stdenv.isDarwin (with pkgs; [
|
||||||
iina
|
iina
|
||||||
|
|
|
||||||
|
|
@ -276,7 +276,7 @@ windowrulev2 = center, initialClass:(^polkit-gnome-authentication-agent-1$)
|
||||||
windowrulev2 = float, initialClass:(^polkit-gnome-authentication-agent-1$)
|
windowrulev2 = float, initialClass:(^polkit-gnome-authentication-agent-1$)
|
||||||
windowrulev2 = pin, initialClass:(^polkit-gnome-authentication-agent-1$)
|
windowrulev2 = pin, initialClass:(^polkit-gnome-authentication-agent-1$)
|
||||||
windowrulev2 = stayfocused, initialClass:(^polkit-gnome-authentication-agent-1$)
|
windowrulev2 = stayfocused, initialClass:(^polkit-gnome-authentication-agent-1$)
|
||||||
windowrulev2 = animation gnomed, initialClass:(^polkit-gnome-authentication-agent-1$)
|
windowrulev2 = animation slidein, initialClass:(^polkit-gnome-authentication-agent-1$)
|
||||||
|
|
||||||
windowrulev2 = dimaround, initialClass:(^opensnitch_ui$)
|
windowrulev2 = dimaround, initialClass:(^opensnitch_ui$)
|
||||||
windowrulev2 = stayfocused, initialClass:(^opensnitch_ui$)
|
windowrulev2 = stayfocused, initialClass:(^opensnitch_ui$)
|
||||||
|
|
@ -292,10 +292,5 @@ windowrulev2 = noblur, initialTitle:(^Steam Input On-screen Keyboard$)
|
||||||
windowrulev2 = bordersize 0, initialTitle:(^Steam Input On-screen Keyboard$)
|
windowrulev2 = bordersize 0, initialTitle:(^Steam Input On-screen Keyboard$)
|
||||||
windowrulev2 = noshadow, initialTitle:(^Steam Input On-screen Keyboard$)
|
windowrulev2 = noshadow, initialTitle:(^Steam Input On-screen Keyboard$)
|
||||||
|
|
||||||
windowrulev2 = center, initialClass:(^1Password$),floating:1
|
|
||||||
windowrulev2 = persistentsize, initialClass:(^1Password$),floating:1
|
|
||||||
windowrulev2 = dimaround, initialClass:(^1Password$),floating:1
|
|
||||||
windowrulev2 = animation popin, initialClass:(^1Password$),floating:1
|
|
||||||
|
|
||||||
# layer rules
|
# layer rules
|
||||||
layerrule = animation slide right, waybar
|
layerrule = animation slide right, waybar
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,5 @@
|
||||||
IMAGE="$(swww query | rev | cut -f1 -d' ' | rev)"
|
IMAGE="$(swww query | rev | cut -f1 -d' ' | rev)"
|
||||||
|
|
||||||
cp "$IMAGE" /tmp/hyprlock-background
|
cp "$IMAGE" /tmp/hyprlock-background
|
||||||
1password --lock
|
|
||||||
|
|
||||||
hyprlock
|
hyprlock
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue