formatting
This commit is contained in:
parent
77dcda448f
commit
f2f8decfe4
3 changed files with 12 additions and 22 deletions
|
|
@ -3,15 +3,15 @@
|
|||
{
|
||||
imports = [ ./rofi ./kitty.nix ./zathura.nix ./spotify.nix ./firefox.nix ];
|
||||
home-manager.users.moritz.home.packages = with pkgs; [
|
||||
neofetch
|
||||
keepassxc
|
||||
xfce.thunar
|
||||
xfce.xfconf
|
||||
xfce.tumbler
|
||||
xfce.exo
|
||||
libreoffice
|
||||
signal-desktop
|
||||
anki
|
||||
keepassxc
|
||||
libreoffice
|
||||
neofetch
|
||||
signal-desktop
|
||||
xfce.exo
|
||||
xfce.thunar
|
||||
xfce.tumbler
|
||||
xfce.xfconf
|
||||
];
|
||||
services.gvfs = {
|
||||
enable = true;
|
||||
|
|
|
|||
|
|
@ -11,12 +11,5 @@ for monitor in ${monitors[@]}; do
|
|||
end=$(expr $end + $desktops)
|
||||
done
|
||||
|
||||
# CONFIGURATION #
|
||||
|
||||
|
||||
# Dracula theme #
|
||||
|
||||
bspc config focused_border_color "#bd93f9"
|
||||
|
||||
# AUTOSTART #
|
||||
feh --bg-fill ~/.config/wallpaper/dracula.png
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue