Added sc-im package, commented out system.autoUpgrade for flake configuration research, and made some organization edits.

This commit is contained in:
Thai Noodles 2023-11-22 17:32:43 -08:00
parent 29740c5a24
commit c1b9bb45cb
6 changed files with 28 additions and 12 deletions

View File

@ -111,6 +111,10 @@
bind -n C-j select-pane -D bind -n C-j select-pane -D
bind -n C-k select-pane -U bind -n C-k select-pane -U
bind -n C-l select-pane -R bind -n C-l select-pane -R
bind -n M-h select-pane -L
bind -n M-j select-pane -D
bind -n M-k select-pane -U
bind -n M-l select-pane -R
# Set status bar postition # Set status bar postition
set -g status-position top set -g status-position top

View File

@ -1,21 +1,26 @@
#! /bin/sh #! /bin/sh
# Monitors
bspc monitor DP-1 -d 1 2 3 4 5 bspc monitor DP-1 -d 1 2 3 4 5
bspc monitor DP-2 -d 6 7 8 9 0 bspc monitor DP-2 -d 6 7 8 9 0
bspc config border_width 1 # Behavior
bspc config automatic_scheme alternate
bspc config split_ratio 0.6
bspc config focus_follows_pointer true bspc config focus_follows_pointer true
bspc config pointer_follows_focus false bspc config pointer_follows_focus false
# Style
bspc config border_width 1
bspc config top_padding 0 bspc config top_padding 0
bspc config window_gap 24 bspc config window_gap 24
bspc config split_ratio 0.55
bspc config borderless_monocle false bspc config borderless_monocle false
bspc config gapless_monocle false bspc config gapless_monocle false
bspc config focused_border_color '#bd93f9' bspc config focused_border_color '#bd93f9'
bspc config normal_border_color '#282a36' bspc config normal_border_color '#282a36'
bspc config presel_feedback_color '#282a36' bspc config presel_feedback_color '#282a36'
# Rules
bspc rule -a Wrapper-2.0 \ bspc rule -a Wrapper-2.0 \
state=floating border=off focus=on state=floating border=off focus=on
bspc rule -a mpv \ bspc rule -a mpv \

View File

@ -39,8 +39,8 @@ in
# }; # };
}; };
users.users.${user.name} = { users.users.${user.name} = {
extraGroups = [ "libvirtd" "transmission" "davfs2" ]; extraGroups = [ "davfs2" "libvirtd" "transmission" ];
packages = [ packages = with pkgs; [
mixxx mixxx
virt-manager virt-manager
]; ];

View File

@ -40,7 +40,7 @@ in
}; };
users.users.${user.name} = { users.users.${user.name} = {
extraGroups = [ "davfs2" ]; extraGroups = [ "davfs2" ];
packages = [ packages = with pkgs; [
]; ];
}; };
services = { services = {

View File

@ -110,11 +110,17 @@
]; ];
}; };
system = { system = {
autoUpgrade = { #autoUpgrade = {
enable = true; # enable = true;
allowReboot = false; # allowReboot = false;
channel = "https://channels.nixos.org/nixos-unstable"; # channel = "https://channels.nixos.org/nixos-unstable";
}; # flake = "<git repo url>";
# flags = [
# "--update-input"
# "nixpkgs"
# "--commit-lockfile"
# ];
#};
stateVersion = "22.11"; stateVersion = "22.11";
}; };
} }

View File

@ -72,7 +72,7 @@
catgirl catgirl
cava cava
cifs-utils cifs-utils
cmus #cmus
curlie curlie
dig dig
dogdns dogdns
@ -103,8 +103,9 @@
pdfgrep pdfgrep
profanity profanity
recutils recutils
surfraw sc-im
ssss ssss
surfraw
tut tut
unrar unrar
unzip unzip