- 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,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;
|
||||
#};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user