😍🍆🩸

This commit is contained in:
Alexander Szczepanski
2021-09-19 13:05:23 +02:00
parent 8294b3666a
commit 74a0b4f9bd
9 changed files with 97 additions and 32 deletions

0
configs/.bin/fzip Normal file
View File

View File

@ -48,48 +48,32 @@ in
environment.systemPackages = with pkgs; [
ack
atop
borgbackup
bpytop
broot
btrfs-progs
bwm_ng
cargo
dfc
exa
ffmpeg
git
git-secret
glances
gnupg
gocryptfs
home-manager
htop
inxi
iotop
kubectl
lm_sensors
lsd
lsof
manpages
ncdu
neofetch
nix-du
nmap
nodejs
pciutils
pstree
ranger
ruby
sshfs
tealdeer
tree
unixtools.xxd
unzip
usbutils
wget
youtube-dl
zsh
graphviz
nix-tree
];

View File

@ -51,7 +51,6 @@
ponymix
prusa-slicer
pulseaudio-ctl
python39Packages.python-miio
python39Packages.pyyaml
solaar
sxhkd

View File

@ -11,26 +11,26 @@
};
};
packages = with pkgs; [
arandr
baobab
bitwarden
blueberry
gnome.cheese
gnome.eog
gnome.file-roller
gnome.gnome-calculator
gnome.seahorse
gnome.cheese
homebank
lutris
rpi-imager
signal-desktop
spotify
steam
discord
lxrandr
teams
unrar
wine
baobab
steam-tui
blueberry
lutris
teams
arandr
];
};
@ -101,7 +101,6 @@
ms-azuretools.vscode-docker
ms-vsliveshare.vsliveshare
#hsnazar.hyper-term-theme
#rafaelmaiolla.remote-vscode
eamodio.gitlens
];
# userSettings = {
@ -145,6 +144,11 @@
mpv = {
enable = true;
config = {
hwdec = "auto-safe";
vo = "gpu";
profile = "gpu-hq";
};
};
@ -296,9 +300,9 @@
"super + shift + comma" = "bspc node @/ --circulate forward";
"super + {1-9,0}" = "bspc desktop -f '{I,II,III,IV,V,VI,VII,VIII,IX,X}' && notify-send `bspc query -D -d --names`";
"super + shift + {1-9,0}" = "bspc node -d '{I,II,III,IV,V,VI,VII,VIII,IX,X}'";
"XF86AudioMute" = "pulseaudio-ctl mute";
"XF86AudioLowerVolume" = "pulseaudio-ctl down";
"XF86AudioRaiseVolume" = "pulseaudio-ctl up";
# "XF86AudioMute" = "pulseaudio-ctl mute";
# "XF86AudioLowerVolume" = "pulseaudio-ctl down";
# "XF86AudioRaiseVolume" = "pulseaudio-ctl up";
"Print" = "flameshot gui";
};
};
@ -330,6 +334,10 @@
package = pkgs.pantheon.elementary-icon-theme;
};
windowManager = {
command = pkgs.lib.mkForce ''
${pkgs.bspwm}/bin/bspwm -c ~/.config/bspwm/bspwmrc &
${pkgs.xfce.xfce4-session}/bin/xfce4-session
'';
bspwm = {
enable = true;
extraConfig = ''

View File

@ -21,7 +21,27 @@
environment.pathsToLink = [ "/share/zsh" ];
home-manager.users.alex = { pkgs, ... }: {
home.enableNixpkgsReleaseCheck = false;
home = {
enableNixpkgsReleaseCheck = false;
packages = with pkgs; [
atop
bpytop
dfc
git-secret
glances
htop
kubectl
ncdu
neofetch
pstree
ranger
sshfs
tree
youtube-dl
];
};
services = {
syncthing = {
@ -90,6 +110,8 @@
userName = "Alexander Szczepanski";
userEmail = "alexander@szczepan.ski";
extraConfig = {
core = { autocrlf = false; };
color = { ui = "auto"; };
push = { default = "current"; };
pull = { rebase = true; };
credential.helper = "${