diff --git a/configuration.nix b/configuration.nix index 73ac931..fc2b9fa 100644 --- a/configuration.nix +++ b/configuration.nix @@ -23,14 +23,14 @@ initrd.kernelModules = [ "ath10k_pci" ]; loader.systemd-boot.enable = true; loader.efi.canTouchEfiVariables = true; - supportedFilesystems = [ "vfat" "ext4" "cifs" ]; + supportedFilesystems = [ "vfat" "ext4" "cifs" "exfat" ]; extraModulePackages = [ ]; extraModprobeConfig = '' options ath10k_pcs irq_mode=1 options ath10k_core rawmode=1 ''; }; - services.udisks2.enable = true; + services.udisks2.enable = false; # Set your time zone. # Enable the X11 windowing system. diff --git a/home-xps13.nix b/home-xps13.nix index 534d978..33b2152 100644 --- a/home-xps13.nix +++ b/home-xps13.nix @@ -72,9 +72,12 @@ wpa_supplicant_gui gvfs nemo-with-extensions + wayvnc + xdg-desktop-portal-wlr + exfatprogs ]; services.udiskie = { - enable = true; + enable = false; settings = { program_options = { file_manager = "${pkgs.nemo-with-extensions}/bin/nemo"; diff --git a/modules/home-manager-common.nix b/modules/home-manager-common.nix index 812ffbc..3f332be 100644 --- a/modules/home-manager-common.nix +++ b/modules/home-manager-common.nix @@ -215,7 +215,7 @@ # bind C-c display-popup -E -w 50% -h 50% 'nvim +":cd ~/org" ~/org/refile.norg' # bind C-c display-popup -E -w 50% -h 50% 'nvim +"VimwikiIndex" bind C-c display-popup -E -w 60% -h 60% "pytui -n" - bind C-m display-popup -E -w 60% -h 60% "pytui -m" + bind m display-popup -E -w 60% -h 60% "pytui -m" # bind C-w display-popup -E -w 40% -h 60% "pytui -D" bind C-o display-popup -E -w 50% -h 50% 'igrep ~/wiki/notes' @@ -229,7 +229,7 @@ # bind-key -n C-e split-window -v -c '\ #{pane_current_path}' 'vifm\' bind-key -n C-f split-window 'ranger .' -bind F3 send-keys 'igrep .' C-m +bind F3 send-keys 'igrep .' ''; }; programs.git = {