- 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,7 @@
../modules/noctalia
../modules/hyprlock
../modules/hyprpaper
../modules/stylix.nix
../modules/stylix
];
home-manager.sharedModules = [
@ -15,8 +15,8 @@
environment.systemPackages = with pkgs;
[
mako
waybar
fuzzel
waybar
];
# programs = {
@ -29,18 +29,19 @@
#services.xserver.enable = true;
#services.xserver.displayManager.sddm.enable = true;
# xdg.portal = {
# enable = true;
# extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
# };
xdg.portal = { #Needed for waybar
enable = true;
extraPortals = [ pkgs.xdg-desktop-portal-gtk pkgs.xdg-desktop-portal-wlr ];
config.common.default = "*";
};
#sound.enable = true;
#security.rtkit.enable = true;
#services.pipewire = {
# enable = true;
# alsa.enable = true;
# #alsa.support3Bbit = true;
# pulse.enable = true;
services.pipewire = {
enable = true;
alsa.enable = true;
#alsa.support3Bbit = true;
pulse.enable = true;
# jack.enable = true;
#};
};
}