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;
|
allowUnfree = true;
|
||||||
};
|
};
|
||||||
# boot.plymouth.splashBeforeUnlock = 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 = {
|
users.users.hexchen = {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
pulsemixer pavucontrol
|
pulsemixer pavucontrol
|
||||||
|
@ -39,5 +41,6 @@
|
||||||
hardware.pulseaudio.enable = true;
|
hardware.pulseaudio.enable = true;
|
||||||
networking.useDHCP = lib.mkDefault true;
|
networking.useDHCP = lib.mkDefault true;
|
||||||
hardware.opengl.enable = true;
|
hardware.opengl.enable = true;
|
||||||
|
services.xserver.windowManager.bspwm.enable = true;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{ config, pkgs, lib, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
fonts.fonts = with pkgs; [ font-awesome nerdfonts ];
|
fonts.fonts = with pkgs; [ font-awesome nerdfonts ];
|
||||||
users.users.hexchen.packages = with pkgs; [ ];
|
users.users.hexchen.packages = with pkgs; [ ];
|
||||||
home-manager.users.hexchen = {
|
home-manager.users.hexchen = {
|
||||||
|
|
Loading…
Reference in a new issue