Added udisks and nemo
This commit is contained in:
@@ -30,6 +30,7 @@
|
|||||||
options ath10k_core rawmode=1
|
options ath10k_core rawmode=1
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
services.udisks2.enable = true;
|
||||||
# Set your time zone.
|
# Set your time zone.
|
||||||
|
|
||||||
# Enable the X11 windowing system.
|
# Enable the X11 windowing system.
|
||||||
|
|||||||
@@ -132,7 +132,16 @@
|
|||||||
power-profiles-daemon
|
power-profiles-daemon
|
||||||
wpa_supplicant_gui
|
wpa_supplicant_gui
|
||||||
gvfs
|
gvfs
|
||||||
|
nemo-with-extensions
|
||||||
];
|
];
|
||||||
|
services.udiskie = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
program_options = {
|
||||||
|
file_manager = "${pkgs.nemo-with-extensions}/bin/nemo";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
programs.wofi = {
|
programs.wofi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
|||||||
Reference in New Issue
Block a user