mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:53:55 -05:00
rustboro: switch to sway
This commit is contained in:
parent
89a177caa1
commit
ef04080f24
|
@ -65,6 +65,14 @@
|
|||
};
|
||||
};
|
||||
|
||||
services.greetd = {
|
||||
settings = rec {
|
||||
default_session = {
|
||||
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --remember --cmd sway";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
users.users.aly.hashedPassword = "$y$j9T$VdtiEyMOegHpcUwgmCVFD0$K8Ne6.zk//VJNq2zxVQ0xE0Wg3LohvAQd3Xm9aXdM15";
|
||||
|
||||
# environment.persistence."/persist" = {
|
||||
|
|
|
@ -7,10 +7,13 @@
|
|||
}: {
|
||||
home-manager.users.aly = {
|
||||
imports = [../../homeManagerModules ../../aly.nix];
|
||||
alyraffauf.services.easyeffects = {
|
||||
alyraffauf = {
|
||||
desktop.sway.enable = true;
|
||||
services.easyeffects = {
|
||||
enable = true;
|
||||
preset = "LoudnessEqualizer.json";
|
||||
};
|
||||
};
|
||||
home.stateVersion = "23.11";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue