up
This commit is contained in:
parent
aaf916de75
commit
b104bba6f2
6 changed files with 11 additions and 12 deletions
|
@ -35,6 +35,7 @@ input "1:1:AT_Translated_Set_2_keyboard" xkb_layout de
|
||||||
input "0:0:TUXEDO_Keyboard" xkb_layout de
|
input "0:0:TUXEDO_Keyboard" xkb_layout de
|
||||||
input 1130:35:HID_046a:0023 xkb_layout de
|
input 1130:35:HID_046a:0023 xkb_layout de
|
||||||
input "2362:628:PIXA3854:00_093A:0274_Touchpad" click_method clickfinger
|
input "2362:628:PIXA3854:00_093A:0274_Touchpad" click_method clickfinger
|
||||||
|
input * xkb_options compose:paus
|
||||||
|
|
||||||
output * bg $wallpaper fill
|
output * bg $wallpaper fill
|
||||||
output "BenQ Corporation BenQ SW2700 83H03922SL0" res --custom 2560x1440@60Hz
|
output "BenQ Corporation BenQ SW2700 83H03922SL0" res --custom 2560x1440@60Hz
|
||||||
|
@ -56,7 +57,7 @@ bindsym $mod+z exec $lock
|
||||||
bindsym $mod+Up exec light -A 5
|
bindsym $mod+Up exec light -A 5
|
||||||
bindsym $mod+Down exec light -U 5
|
bindsym $mod+Down exec light -U 5
|
||||||
bindsym $mod+c exec alacritty --class float -t pyCalc -e python
|
bindsym $mod+c exec alacritty --class float -t pyCalc -e python
|
||||||
bindsym $mod+i exec alacritty --class float -t insect -e insect
|
bindsym $mod+i exec alacritty --class float -t numbat -e numbat
|
||||||
bindsym $mod+m exec swayr switch-to
|
bindsym $mod+m exec swayr switch-to
|
||||||
bindsym $mod+n exec emacsclient -cn
|
bindsym $mod+n exec emacsclient -cn
|
||||||
bindsym Print exec grim -g "$(slurp)" - | wl-copy -t image/png
|
bindsym Print exec grim -g "$(slurp)" - | wl-copy -t image/png
|
||||||
|
@ -68,7 +69,7 @@ for_window [app_id="org.keepassxc.KeePassXC"] floating enable
|
||||||
for_window [title="Firefox — Sharing Indicator"] floating enable
|
for_window [title="Firefox — Sharing Indicator"] floating enable
|
||||||
for_window [title="Picture-in-Picture"] floating enable
|
for_window [title="Picture-in-Picture"] floating enable
|
||||||
for_window [title="pyCalc"] floating enable
|
for_window [title="pyCalc"] floating enable
|
||||||
for_window [title="insect"] floating enable
|
for_window [title="numbat"] floating enable
|
||||||
|
|
||||||
# border backgnd text indicator childborder
|
# border backgnd text indicator childborder
|
||||||
client.focused $cyan $white $black $violet $cyan
|
client.focused $cyan $white $black $violet $cyan
|
||||||
|
|
|
@ -62,7 +62,6 @@ in
|
||||||
#boot.kernelPackages = pkgs.linuxPackages_latest;
|
#boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
||||||
boot.kernelParams = [
|
boot.kernelParams = [
|
||||||
"mem_sleep_default=deep"
|
|
||||||
"nvme.noacpi=1"
|
"nvme.noacpi=1"
|
||||||
"i915.enable_psr=1"
|
"i915.enable_psr=1"
|
||||||
];
|
];
|
||||||
|
|
|
@ -14,6 +14,7 @@ in {
|
||||||
nmap
|
nmap
|
||||||
pwgen
|
pwgen
|
||||||
terraform
|
terraform
|
||||||
|
terraform-docs
|
||||||
whois
|
whois
|
||||||
ipcalc
|
ipcalc
|
||||||
|
|
||||||
|
@ -23,6 +24,7 @@ in {
|
||||||
pre-commit
|
pre-commit
|
||||||
terraform-ls
|
terraform-ls
|
||||||
vault
|
vault
|
||||||
|
yaml-language-server
|
||||||
|
|
||||||
docker-compose
|
docker-compose
|
||||||
fuse-overlayfs
|
fuse-overlayfs
|
||||||
|
|
|
@ -167,13 +167,13 @@ in
|
||||||
mpv
|
mpv
|
||||||
mumble
|
mumble
|
||||||
neofetch
|
neofetch
|
||||||
nodePackages.insect
|
numbat
|
||||||
pavucontrol
|
pavucontrol
|
||||||
pcmanfm
|
pcmanfm
|
||||||
qrencode
|
qrencode
|
||||||
remmina
|
remmina
|
||||||
wezterm
|
|
||||||
uxplay
|
uxplay
|
||||||
|
wezterm
|
||||||
|
|
||||||
solaar
|
solaar
|
||||||
gdk-pixbuf
|
gdk-pixbuf
|
||||||
|
|
|
@ -4,16 +4,16 @@ let
|
||||||
unstable = import <nixos-unstable> { };
|
unstable = import <nixos-unstable> { };
|
||||||
in {
|
in {
|
||||||
|
|
||||||
services.emacs.package = pkgs.emacs29-pgtk;
|
services.emacs.package = pkgs.emacs-pgtk;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
gnumake
|
gnumake
|
||||||
go
|
go
|
||||||
|
phpactor
|
||||||
rustup
|
rustup
|
||||||
shellcheck
|
shellcheck
|
||||||
unstable.golangci-lint
|
unstable.golangci-lint
|
||||||
unstable.gopls
|
unstable.gopls
|
||||||
unstable.rust-analyzer
|
|
||||||
|
|
||||||
(python311.withPackages
|
(python311.withPackages
|
||||||
(python-packages: with python-packages; [
|
(python-packages: with python-packages; [
|
||||||
|
@ -30,7 +30,7 @@ in {
|
||||||
musl
|
musl
|
||||||
|
|
||||||
dbeaver-bin
|
dbeaver-bin
|
||||||
emacs29-pgtk
|
emacs-pgtk
|
||||||
gitAndTools.delta
|
gitAndTools.delta
|
||||||
lazygit
|
lazygit
|
||||||
ltrace
|
ltrace
|
||||||
|
|
|
@ -48,10 +48,6 @@ in {
|
||||||
127.0.0.1 database
|
127.0.0.1 database
|
||||||
127.0.0.1 youtube.com
|
127.0.0.1 youtube.com
|
||||||
127.0.0.1 www.youtube.com
|
127.0.0.1 www.youtube.com
|
||||||
|
|
||||||
34.49.192.42 www.tbone.audio
|
|
||||||
34.49.192.42 jobs.thomann.de
|
|
||||||
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
@ -66,6 +62,7 @@ in {
|
||||||
chromium
|
chromium
|
||||||
nodejs
|
nodejs
|
||||||
vscodium
|
vscodium
|
||||||
|
git-lfs
|
||||||
|
|
||||||
drone-cli
|
drone-cli
|
||||||
govc
|
govc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue