diff --git a/configuration/desktop/default.nix b/configuration/desktop/default.nix index 7854099..4eb37b2 100644 --- a/configuration/desktop/default.nix +++ b/configuration/desktop/default.nix @@ -7,6 +7,8 @@ allowUnfree = true; }; # boot.plymouth.splashBeforeUnlock = true; + users.users.schweby.packages = config.users.users.hexchen.packages + ++ (with pkgs; [ picom feh copyq polybar mpv cinnamon.nemo rofi ]); users.users.hexchen = { packages = with pkgs; [ pulsemixer pavucontrol @@ -39,5 +41,6 @@ hardware.pulseaudio.enable = true; networking.useDHCP = lib.mkDefault true; hardware.opengl.enable = true; + services.xserver.windowManager.bspwm.enable = true; } diff --git a/configuration/desktop/sway.nix b/configuration/desktop/sway.nix index 685f730..12fbdda 100644 --- a/configuration/desktop/sway.nix +++ b/configuration/desktop/sway.nix @@ -1,7 +1,6 @@ { config, pkgs, lib, ... }: { - fonts.fonts = with pkgs; [ font-awesome nerdfonts ]; users.users.hexchen.packages = with pkgs; [ ]; home-manager.users.hexchen = {