Compare commits

..

No commits in common. "71463342a4a1c0997cf95ac962d47d92dc532ba6" and "5fb2d57754e67a1fe35d320e933a20b86944be9c" have entirely different histories.

3 changed files with 0 additions and 10 deletions

View file

@ -42,8 +42,6 @@ bindswitch --reload --locked lid:off output eDP-1 enable
# app rules
for_window [app_id="org.keepassxc.KeePassXC"] floating enable
for_window [title="Firefox — Sharing Indicator"] floating enable
for_window [title="Picture-in-Picture"] floating enable
# font
font Cascadia Code 10

View file

@ -80,7 +80,6 @@ neovim.override {
noremap <leader>bp :bp<cr>
let g:which_key_map.b = { 'name': '+lang' }
noremap <leader>md :call LanguageClient_textDocument_codeAction()<cr>
noremap <leader>mc :call LanguageClient#textDocument_references()<cr>
noremap <leader>mf :call LanguageClient#textDocument_formatting()<cr>
noremap <leader>mgg :call LanguageClient#textDocument_definition()<cr>

View file

@ -17,10 +17,6 @@ in {
cura
openscad
kicad
steam
unstable.obs-studio
unstable.obs-v4l2sink
];
# stm32 debugger
@ -28,9 +24,6 @@ in {
users.extraUsers.stefan.extraGroups = [ "plugdev" "dialout" ];
services.udev.packages = [ pkgs.openocd ];
# steam dependencies
hardware.opengl.driSupport32Bit = true;
hardware.opengl.driSupport = true;
fileSystems."/mnt/nfs" = {
device = "10.1.20.29:/srv/nfs";