- 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:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user