Fri 9 Aug 12:15:22 CEST 2024
This commit is contained in:
parent
19a0cdc50e
commit
0f36df1718
|
@ -22,6 +22,7 @@
|
|||
file
|
||||
zip
|
||||
yubioath-flutter
|
||||
obsidian
|
||||
];
|
||||
|
||||
services.hyprpaper = {
|
||||
|
@ -44,8 +45,8 @@
|
|||
monitor = [
|
||||
"eDP-1,1920x1080@144,0x0,1"
|
||||
"eDP-2,1920x1080@144,0x0,1"
|
||||
"HDMI-A-2,1920x1080@60,0x-1080,1"
|
||||
"HDMI-A-1,1920x1080@60,0x-1080,1"
|
||||
# "HDMI-A-2,1920x1080@60,0x-1080,1"
|
||||
# "HDMI-A-1,1920x1080@60,0x-1080,1"
|
||||
];
|
||||
bind = [
|
||||
", XF86PowerOff, exec, ${pkgs.rofi}/bin/rofi -show power-menu -modi power-menu:${
|
||||
|
|
Binary file not shown.
|
@ -4,7 +4,6 @@
|
|||
(import ./common.nix { inherit inputs config pkgs; })
|
||||
(import ../hyprland { inherit inputs pkgs; })
|
||||
(import ../ags { inherit inputs config pkgs; })
|
||||
(import ../walker { inherit inputs config pkgs; })
|
||||
../rofi
|
||||
../alacritty
|
||||
../kitty
|
||||
|
|
Loading…
Reference in New Issue