- 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:
2025-12-08 10:50:50 +01:00
parent 616d40d98c
commit b0b59b2413
23 changed files with 532 additions and 560 deletions

View File

@ -5,7 +5,14 @@
home.username = username;
home.homeDirectory = "/home/${username}";
home.packages = [
(import ./ncli.nix { inherit pkgs host; backupFiles = [ ".config/mimeapps.list.backup" ]; })
(import ./ncli.nix { inherit pkgs host; backupFiles = [
".gtkrc-2.0.backup"
".config/gtk-3.0/gtk.css.backup"
".config/gtk-3.0/settings.ini.backup"
".config/gtk-4.0/gtk.css.backup"
".config/gtk-4.0/settings.ini.backup"
".config/niri/config.kdl"
]; })
];
imports = [
@ -44,14 +51,15 @@
git = {
enable = true;
userName = "Cookiez";
userEmail = "jaden-puerkenauer@web.de";
extraConfig = {
init.defaultBranch = "main";
credentials.helper = "store";
};
};
settings = {
user = {
name = "Cookiez";
email = "jaden-puerkenauer@web.de";
init.defaultBranch = "main";
credentials.helper = "store";
};
};
};
zen-browser = {
enable = true;