- Changed jetbrains ides to jetbrains toolbox to get more up to date versions
- Create a new Stylix module with wallpaper and font configuration - Integrate Waybar into Niri - Changed Discord application to Vesktop - Enable Waydroid virtualization
This commit is contained in:
17
modules/stylix/home.nix
Normal file
17
modules/stylix/home.nix
Normal file
@ -0,0 +1,17 @@
|
||||
{pkgs, inputs, username, ...}:
|
||||
{
|
||||
|
||||
imports = [
|
||||
];
|
||||
|
||||
services = {
|
||||
};
|
||||
|
||||
stylix = {
|
||||
targets = {
|
||||
kitty.enable = false;
|
||||
kde.enable = false;
|
||||
zen-browser.profileNames = [ "${username}" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user