mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 08:33:55 -05:00
rustboro: switch to cinnamon
This commit is contained in:
parent
e3045cd378
commit
e42806a80a
|
@ -40,7 +40,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
hyprland.enable = true;
|
||||
cinnamon.enable = true;
|
||||
};
|
||||
|
||||
services = {
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
sharedModules = [
|
||||
{
|
||||
programs.vscode.userSettings = {
|
||||
"editor.fontSize" = "16";
|
||||
"editor.fontSize" = lib.mkForce "16";
|
||||
};
|
||||
alyraffauf = {
|
||||
services.easyeffects = {
|
||||
|
|
Loading…
Reference in a new issue