desktop: add stuff for schweby
Signed-off-by: hexchen <hexchen@lilwit.ch>
This commit is contained in:
parent
8134560701
commit
9d2a7878ca
2 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
||||
}
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
|
||||
fonts.fonts = with pkgs; [ font-awesome nerdfonts ];
|
||||
users.users.hexchen.packages = with pkgs; [ ];
|
||||
home-manager.users.hexchen = {
|
||||
|
|
Loading…
Reference in a new issue