mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-07 02:06:34 +05:30
initial commit
This commit is contained in:
54
modules/bspwm/configuration.nix
Normal file
54
modules/bspwm/configuration.nix
Normal file
@ -0,0 +1,54 @@
|
||||
{ pkgs, username, ... }:
|
||||
|
||||
{
|
||||
services.xserver.displayManager.sddm.enable = true;
|
||||
services.xserver.displayManager.defaultSession = "none+bspwm";
|
||||
services.xserver.displayManager.autoLogin.enable = true;
|
||||
services.xserver.displayManager.autoLogin.user = "${username}";
|
||||
services.xserver.windowManager.bspwm.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
sxhkd
|
||||
polybar
|
||||
picom-jonaburg
|
||||
papirus-icon-theme
|
||||
rofi
|
||||
dunst
|
||||
tdrop
|
||||
pavucontrol
|
||||
libsForQt5.bismuth
|
||||
nitrogen
|
||||
feh
|
||||
viewnior
|
||||
networkmanager_dmenu
|
||||
gvfs
|
||||
weston
|
||||
bibata-cursors
|
||||
dracula-theme
|
||||
dracula-icon-theme
|
||||
eww
|
||||
rustup
|
||||
kitty
|
||||
brightnessctl
|
||||
lsd
|
||||
jq
|
||||
playerctl
|
||||
mopidy
|
||||
mopidy-mpd
|
||||
mopidy-spotify
|
||||
mopidy-mopify
|
||||
ncmpcpp
|
||||
xdotool
|
||||
ueberzug
|
||||
maim
|
||||
pamixer
|
||||
xdg-user-dirs
|
||||
webp-pixbuf-loader
|
||||
xorg.xprop
|
||||
physlock
|
||||
jetbrains-mono
|
||||
terminus-nerdfont
|
||||
inconsolata
|
||||
joypixels
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user