aly: enable sway on all hosts

This commit is contained in:
Aly Raffauf 2024-04-20 21:41:11 -04:00
parent 91c6d77813
commit 5e87a5eb47
3 changed files with 11 additions and 15 deletions

View file

@ -26,10 +26,16 @@
alyraffauf = {
services.syncthing.enable = true;
desktop.hyprland = {
desktop = {
hyprland = {
enable = true;
hyprpaper.randomWallpaper = true;
};
sway = {
enable = true;
randomWallpaper = true;
};
};
apps = {
alacritty.enable = true;
firefox.enable = true;
@ -49,6 +55,7 @@
};
wayland.windowManager.sway.config.assigns = {
"workspace 1" = [{app_id = "firefox";}];
"workspace 2" = [{app_id = "codium-url-handler";}];
};
wayland.windowManager.hyprland.extraConfig = ''
# Workspace - Browser

View file

@ -8,12 +8,5 @@
home-manager.users.aly = {
imports = [../../homeManagerModules ../../aly.nix];
home.stateVersion = "23.11";
alyraffauf = {
services.syncthing.enable = true;
desktop.sway = {
enable = true;
randomWallpaper = true;
};
};
};
}

View file

@ -8,10 +8,6 @@
home-manager.users.aly = {
imports = [../../homeManagerModules ../../aly.nix];
alyraffauf = {
desktop.sway = {
enable = true;
randomWallpaper = true;
};
services.easyeffects = {
enable = true;
preset = "LoudnessEqualizer.json";