From 9d2a7878caf13645b9d9ea602d83891cbeb277fb Mon Sep 17 00:00:00 2001 From: hexchen Date: Sun, 29 Nov 2020 17:11:09 +0000 Subject: [PATCH] desktop: add stuff for schweby Signed-off-by: hexchen --- configuration/desktop/default.nix | 3 +++ configuration/desktop/sway.nix | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) 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 = {