2023-07-12 16:43:18 +01:00
|
|
|
{
|
|
|
|
pkgs,
|
|
|
|
inputs,
|
|
|
|
...
|
|
|
|
}: {
|
|
|
|
imports = [
|
|
|
|
inputs.hyprland.homeManagerModules.default
|
|
|
|
# ../../pkgs/eww-hyprland
|
|
|
|
../../home/desktop/hyprland
|
2023-07-13 12:41:00 +01:00
|
|
|
../../home/desktop/waybar
|
2023-07-12 16:43:18 +01:00
|
|
|
../../home/gui
|
2023-07-13 12:41:00 +01:00
|
|
|
../../home/work.nix
|
2023-07-12 16:43:18 +01:00
|
|
|
];
|
|
|
|
home = {
|
|
|
|
username = "elitherl";
|
|
|
|
homeDirectory = "/home/elitherl";
|
|
|
|
stateVersion = "22.11";
|
|
|
|
};
|
|
|
|
programs.neovim.package = pkgs.neovim-nightly;
|
|
|
|
# programs.eww-hyprland = {
|
|
|
|
# enable = true;
|
|
|
|
# package = pkgs.eww-wayland;
|
|
|
|
# };
|
|
|
|
xdg.configFile."hypr/display.conf".text = ''
|
|
|
|
monitor=desc:Iiyama North America PLB2403WS 0574281251316,1920x1200@60,0x185,1
|
|
|
|
monitor=desc:Dell Inc. DELL U2417H 5K9YD872FY1L,1920x1080@60,1920x0,1,transform,1
|
|
|
|
monitor=eDP-1,1920x1080@60,640x1385,1.5
|
|
|
|
'';
|
|
|
|
}
|