[hyprland] Uses mainline packages, updates config as necessary
This commit is contained in:
@@ -1,14 +1,16 @@
|
||||
{ ... }:
|
||||
{
|
||||
imports = map (x: ../../../home-manager + x) [
|
||||
"/features/development/development.nix"
|
||||
"/features/development/haskell.nix"
|
||||
"/features/linux-desktop.nix"
|
||||
"/features/notes.nix"
|
||||
"/features/eww"
|
||||
] ++ [
|
||||
(import ../../../home-manager/features/wallpaper.nix [ "HDMI-A-1" ])
|
||||
];
|
||||
imports =
|
||||
map (x: ../../../home-manager + x) [
|
||||
"/features/development/development.nix"
|
||||
"/features/development/haskell.nix"
|
||||
"/features/linux-desktop.nix"
|
||||
"/features/notes.nix"
|
||||
"/features/eww"
|
||||
]
|
||||
++ [
|
||||
(import ../../../home-manager/features/wallpaper.nix [ "HDMI-A-1" ])
|
||||
];
|
||||
|
||||
home.stateVersion = "24.11";
|
||||
|
||||
@@ -22,7 +24,7 @@
|
||||
|
||||
# Set up eww here because it's based on the monitor configuration
|
||||
# Eww is idempotent, so it's fine to just run it on every reload to make sure things are open
|
||||
wayland.windowManager.hyprland.settings.execr-once = [
|
||||
wayland.windowManager.hyprland.settings.exec = [
|
||||
"eww daemon && eww open-many vertical-statusbar"
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user