mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 13:03:56 -05:00
aly: enable sway on all hosts
This commit is contained in:
parent
91c6d77813
commit
5e87a5eb47
15
aly.nix
15
aly.nix
|
@ -26,9 +26,15 @@
|
||||||
|
|
||||||
alyraffauf = {
|
alyraffauf = {
|
||||||
services.syncthing.enable = true;
|
services.syncthing.enable = true;
|
||||||
desktop.hyprland = {
|
desktop = {
|
||||||
enable = true;
|
hyprland = {
|
||||||
hyprpaper.randomWallpaper = true;
|
enable = true;
|
||||||
|
hyprpaper.randomWallpaper = true;
|
||||||
|
};
|
||||||
|
sway = {
|
||||||
|
enable = true;
|
||||||
|
randomWallpaper = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
apps = {
|
apps = {
|
||||||
alacritty.enable = true;
|
alacritty.enable = true;
|
||||||
|
@ -48,7 +54,8 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
wayland.windowManager.sway.config.assigns = {
|
wayland.windowManager.sway.config.assigns = {
|
||||||
"workspace 1" = [{ app_id = "firefox"; }];
|
"workspace 1" = [{app_id = "firefox";}];
|
||||||
|
"workspace 2" = [{app_id = "codium-url-handler";}];
|
||||||
};
|
};
|
||||||
wayland.windowManager.hyprland.extraConfig = ''
|
wayland.windowManager.hyprland.extraConfig = ''
|
||||||
# Workspace - Browser
|
# Workspace - Browser
|
||||||
|
|
|
@ -8,12 +8,5 @@
|
||||||
home-manager.users.aly = {
|
home-manager.users.aly = {
|
||||||
imports = [../../homeManagerModules ../../aly.nix];
|
imports = [../../homeManagerModules ../../aly.nix];
|
||||||
home.stateVersion = "23.11";
|
home.stateVersion = "23.11";
|
||||||
alyraffauf = {
|
|
||||||
services.syncthing.enable = true;
|
|
||||||
desktop.sway = {
|
|
||||||
enable = true;
|
|
||||||
randomWallpaper = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,10 +8,6 @@
|
||||||
home-manager.users.aly = {
|
home-manager.users.aly = {
|
||||||
imports = [../../homeManagerModules ../../aly.nix];
|
imports = [../../homeManagerModules ../../aly.nix];
|
||||||
alyraffauf = {
|
alyraffauf = {
|
||||||
desktop.sway = {
|
|
||||||
enable = true;
|
|
||||||
randomWallpaper = true;
|
|
||||||
};
|
|
||||||
services.easyeffects = {
|
services.easyeffects = {
|
||||||
enable = true;
|
enable = true;
|
||||||
preset = "LoudnessEqualizer.json";
|
preset = "LoudnessEqualizer.json";
|
||||||
|
|
Loading…
Reference in a new issue