vbox -> default
This commit is contained in:
19
homeConfigs/hosts/default.nix
Normal file
19
homeConfigs/hosts/default.nix
Normal file
@ -0,0 +1,19 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
mods.game.enable = false;
|
||||
mods.hyprland.enable = false;
|
||||
mods.x11.enable = true;
|
||||
programs.firefox.enable = false;
|
||||
|
||||
services.picom = {
|
||||
backend = "xrender";
|
||||
settings = {
|
||||
blur = {
|
||||
method = "none";
|
||||
size = 0;
|
||||
deviation = 0.0;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user