mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-03-19 15:50:30 +01:00
Compare commits
2 commits
4eb284309e
...
8bfe106eb9
| Author | SHA1 | Date | |
|---|---|---|---|
| 8bfe106eb9 | |||
| 296bae25a7 |
2 changed files with 25 additions and 12 deletions
|
|
@ -25,7 +25,7 @@
|
||||||
swaylock.fprintAuth =
|
swaylock.fprintAuth =
|
||||||
if (host == "sakura") then
|
if (host == "sakura") then
|
||||||
true
|
true
|
||||||
else if (host == "zinnia") then
|
else if (host == "april") then
|
||||||
true
|
true
|
||||||
else
|
else
|
||||||
false;
|
false;
|
||||||
|
|
@ -33,20 +33,32 @@
|
||||||
hyprlock.fprintAuth =
|
hyprlock.fprintAuth =
|
||||||
if (host == "sakura") then
|
if (host == "sakura") then
|
||||||
true
|
true
|
||||||
else if (host == "zinnia") then
|
else if (host == "april") then
|
||||||
true
|
true
|
||||||
else
|
else
|
||||||
false;
|
false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.fprintd.enable =
|
services.fprintd = {
|
||||||
if (host == "sakura") then
|
enable =
|
||||||
true
|
if (host == "sakura") then
|
||||||
else if (host == "zinnia") then
|
true
|
||||||
true
|
else if (host == "april") then
|
||||||
else
|
true
|
||||||
false;
|
else
|
||||||
|
false;
|
||||||
|
#tod.enable = if (config.services.fprintd.enable) then true else false;
|
||||||
|
#tod.driver =
|
||||||
|
# if (host == "sakura") then
|
||||||
|
# pkgs.libfprint-2-tod1-goodix
|
||||||
|
# else if (host == "april") then
|
||||||
|
# pkgs.libfprint-2-tod1-vfs0090
|
||||||
|
# else
|
||||||
|
# null;
|
||||||
|
};
|
||||||
|
|
||||||
|
nixpkgs.config.allowBroken = true;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
yubikey-manager
|
yubikey-manager
|
||||||
|
|
|
||||||
|
|
@ -123,9 +123,9 @@
|
||||||
"foot --server &"
|
"foot --server &"
|
||||||
"hyprfloat &"
|
"hyprfloat &"
|
||||||
"gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark' &"
|
"gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark' &"
|
||||||
"nwg-dock-hyprland -l top &"
|
# "nwg-dock-hyprland -l top &"
|
||||||
"nextcloud &"
|
"nextcloud &"
|
||||||
"hyprland-monitor-attached dock-on-all-monitors dock-on-all-monitors &"
|
# "hyprland-monitor-attached dock-on-all-monitors dock-on-all-monitors &"
|
||||||
"vicinae server &"
|
"vicinae server &"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
@ -148,7 +148,8 @@
|
||||||
# "ALT" = "ALT";
|
# "ALT" = "ALT";
|
||||||
layout = "dwindle";
|
layout = "dwindle";
|
||||||
gaps_in = 0;
|
gaps_in = 0;
|
||||||
gaps_out = "0,0,68,0";
|
# gaps_out = "0,0,68,0";
|
||||||
|
gaps_out = "0,0,0,0";
|
||||||
border_size = 2;
|
border_size = 2;
|
||||||
"col.active_border" = "rgb(ffffff) rgb(ffffff) 45deg";
|
"col.active_border" = "rgb(ffffff) rgb(ffffff) 45deg";
|
||||||
"col.inactive_border" = "0x00000000";
|
"col.inactive_border" = "0x00000000";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue