hyprland: update config
This commit is contained in:
parent
f83909a7fc
commit
75a602651f
2 changed files with 3 additions and 2 deletions
|
|
@ -6,6 +6,7 @@ with lib; {
|
||||||
};
|
};
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
|
kernelModules = [ "hid-nintendo" ];
|
||||||
binfmt.emulatedSystems = [ "armv7l-linux" "aarch64-linux" ];
|
binfmt.emulatedSystems = [ "armv7l-linux" "aarch64-linux" ];
|
||||||
# kernelPackages = pkgs.linuxPackages_latest;
|
# kernelPackages = pkgs.linuxPackages_latest;
|
||||||
# kernelPackages = pkgs.linuxPackages_6_1;
|
# kernelPackages = pkgs.linuxPackages_6_1;
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
./yazi.nix
|
./yazi.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
home.packages = builtins.attrValues { inherit (pkgs) blueman brillo networkmanagerapplet pamixer playerctl swaylock swww way-lockscreen waybar wl-clipboard wl-clipedit wlogout wofi wofi-emoji; };
|
home.packages = builtins.attrValues { inherit (pkgs) blueman brillo gamescope grim networkmanagerapplet pamixer playerctl slurp swaylock swww way-lockscreen waybar wl-clipboard wl-clipedit wlogout wofi wofi-emoji; };
|
||||||
|
|
||||||
# wayland.windowManager.hyprland = { };
|
# wayland.windowManager.hyprland = { };
|
||||||
|
|
||||||
|
|
@ -41,8 +41,8 @@
|
||||||
${
|
${
|
||||||
if nixosConfig.networking.hostName == "thor" then
|
if nixosConfig.networking.hostName == "thor" then
|
||||||
''
|
''
|
||||||
monitor=DP-2,preferred,1080x420,auto
|
|
||||||
monitor=HDMI-A-1,preferred,auto,auto,transform,3
|
monitor=HDMI-A-1,preferred,auto,auto,transform,3
|
||||||
|
monitor=DP-2,preferred,1080x420,auto
|
||||||
''
|
''
|
||||||
else if nixosConfig.networking.hostName == "odin" then
|
else if nixosConfig.networking.hostName == "odin" then
|
||||||
''
|
''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue