formatting

dev-docs
Moritz Böhme 2021-11-22 11:13:06 +01:00
parent 77dcda448f
commit f2f8decfe4
3 changed files with 12 additions and 22 deletions

View File

@ -1,7 +1,8 @@
{ config, lib, pkgs, inputs, ... }:
let
base = (home: {
{
environment.pathsToLink = [ "/share/zsh" ];
home-manager.users.moritz = {
home.packages = with pkgs; [ du-dust ];
programs = {
zsh = {
@ -35,9 +36,5 @@ let
enableZshIntegration = true;
};
};
});
in
{
environment.pathsToLink = [ "/share/zsh" ];
home-manager.users.moritz = { ... }: (base "/home/moritz");
};
}

View File

@ -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;

View File

@ -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