Removed udisks
This commit is contained in:
@@ -23,14 +23,14 @@
|
|||||||
initrd.kernelModules = [ "ath10k_pci" ];
|
initrd.kernelModules = [ "ath10k_pci" ];
|
||||||
loader.systemd-boot.enable = true;
|
loader.systemd-boot.enable = true;
|
||||||
loader.efi.canTouchEfiVariables = true;
|
loader.efi.canTouchEfiVariables = true;
|
||||||
supportedFilesystems = [ "vfat" "ext4" "cifs" ];
|
supportedFilesystems = [ "vfat" "ext4" "cifs" "exfat" ];
|
||||||
extraModulePackages = [ ];
|
extraModulePackages = [ ];
|
||||||
extraModprobeConfig = ''
|
extraModprobeConfig = ''
|
||||||
options ath10k_pcs irq_mode=1
|
options ath10k_pcs irq_mode=1
|
||||||
options ath10k_core rawmode=1
|
options ath10k_core rawmode=1
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
services.udisks2.enable = true;
|
services.udisks2.enable = false;
|
||||||
# Set your time zone.
|
# Set your time zone.
|
||||||
|
|
||||||
# Enable the X11 windowing system.
|
# Enable the X11 windowing system.
|
||||||
|
|||||||
@@ -72,9 +72,12 @@
|
|||||||
wpa_supplicant_gui
|
wpa_supplicant_gui
|
||||||
gvfs
|
gvfs
|
||||||
nemo-with-extensions
|
nemo-with-extensions
|
||||||
|
wayvnc
|
||||||
|
xdg-desktop-portal-wlr
|
||||||
|
exfatprogs
|
||||||
];
|
];
|
||||||
services.udiskie = {
|
services.udiskie = {
|
||||||
enable = true;
|
enable = false;
|
||||||
settings = {
|
settings = {
|
||||||
program_options = {
|
program_options = {
|
||||||
file_manager = "${pkgs.nemo-with-extensions}/bin/nemo";
|
file_manager = "${pkgs.nemo-with-extensions}/bin/nemo";
|
||||||
|
|||||||
@@ -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 +":cd ~/org" ~/org/refile.norg'
|
||||||
# bind C-c display-popup -E -w 50% -h 50% 'nvim +"VimwikiIndex"
|
# 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-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-w display-popup -E -w 40% -h 60% "pytui -D"
|
||||||
|
|
||||||
bind C-o display-popup -E -w 50% -h 50% 'igrep ~/wiki/notes'
|
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 '\
|
# bind-key -n C-e split-window -v -c '\
|
||||||
#{pane_current_path}' 'vifm\'
|
#{pane_current_path}' 'vifm\'
|
||||||
bind-key -n C-f split-window 'ranger .'
|
bind-key -n C-f split-window 'ranger .'
|
||||||
bind F3 send-keys 'igrep .' C-m
|
bind F3 send-keys 'igrep .'
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
programs.git = {
|
programs.git = {
|
||||||
|
|||||||
Reference in New Issue
Block a user