Fix monitors

This commit is contained in:
muon 2024-06-11 11:34:00 +00:00
parent 2aa91c36d7
commit 02b0f4bc18
10 changed files with 48 additions and 35 deletions

View file

@ -8,7 +8,7 @@
wayland.windowManager.hyprland = {
enable = true;
xwayland.enable = true;
systemd.enable = true;
# systemd.enable = true;
settings = {
exec-once = "${lib.getExe pkgs.waybar}";

View file

@ -3,7 +3,7 @@
lib.mkEnableOption "enables social media clients";
config = lib.mkIf config.mods.social.enable {
home.packages = with pkgs; lib.mkAfter [
home.packages = with pkgs; [
# Communication
kotatogram-desktop
signal-desktop

View file

@ -2,11 +2,6 @@
options.mods.terminal.tools.enable = lib.mkEnableOption "enables cli tools";
config = lib.mkIf config.mods.terminal.tools.enable {
programs.nh = {
enable = true;
flake = config.xdg.configFile."home";
};
home.packages = with pkgs; [
# libraries
glow