wildfire: 169 current 2025-06-18 11:24:29 25.05.20250615.6c64dab 6.15.2 *
refactor home-manager files and config imports
This commit is contained in:
3
modules/home/home-manager.nix
Normal file
3
modules/home/home-manager.nix
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
home.stateVersion = "25.05"; # Dont change
|
||||
}
|
@ -1,10 +1,4 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
home.stateVersion = "25.05"; # Dont change
|
||||
|
||||
# Hyprland settings
|
||||
wayland.windowManager.hyprland.enable = true;
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
@ -57,8 +51,4 @@
|
||||
9)
|
||||
);
|
||||
};
|
||||
wayland.windowManager.hyprland.extraConfig = ''
|
||||
monitor = DP-3, 2560x1440@143.97, 1920x-360, auto;
|
||||
monitor = HDMI-A-1, 1920x1080@60, 0x0, auto;
|
||||
'';
|
||||
}
|
Reference in New Issue
Block a user