Created new derivation based on this: https://github.com/scawp/Steam-Deck.Mount-External-Drive/
This commit is contained in:
parent
6f65c57314
commit
fc3384472d
4 changed files with 272 additions and 8 deletions
|
@ -78,14 +78,14 @@
|
|||
ungoogled-chromium
|
||||
];
|
||||
|
||||
# Automount services for user
|
||||
programs.bashmount.enable = true;
|
||||
services.udiskie = {
|
||||
enable = true;
|
||||
automount = true;
|
||||
notify = false;
|
||||
tray = "never";
|
||||
};
|
||||
# # Automount services for user
|
||||
# programs.bashmount.enable = true;
|
||||
# services.udiskie = {
|
||||
# enable = true;
|
||||
# automount = true;
|
||||
# notify = false;
|
||||
# tray = "never";
|
||||
# };
|
||||
|
||||
# Enable home-manager and git
|
||||
programs.home-manager.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue