edit hyprland conf

Former-commit-id: e9af1dac68
This commit is contained in:
Hadi
2025-02-23 11:47:46 +01:00
parent 59c2ee28e1
commit b48a197157
2 changed files with 3 additions and 1 deletions

View File

@@ -50,7 +50,7 @@ in {
exec-once = [
"${pkgs.bitwarden}/bin/bitwarden"
"dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
"dbus-update-activation-environment --systemd --all"
];
monitor = [

View File

@@ -27,6 +27,8 @@
home-manager.users."${config.var.username}" = import ./home.nix;
programs.hyprland = { enable = true; };
# Don't touch this
system.stateVersion = "24.05";
}