mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-07 22:20:33 +02:00
more style & comfort update
This commit is contained in:
parent
5da82a8e80
commit
a2bfea4c99
6 changed files with 16 additions and 15 deletions
|
@ -78,6 +78,7 @@
|
|||
pkgs.audacious-plugins
|
||||
|
||||
pkgs.krita
|
||||
pkgs.udiskie
|
||||
# # You can also create simple shell scripts directly inside your
|
||||
# # configuration. For example, this adds a command 'my-hello' to your
|
||||
# # environment:
|
||||
|
@ -146,6 +147,12 @@
|
|||
|
||||
services.mpris-proxy.enable = true;
|
||||
|
||||
services.udiskie = {
|
||||
enable = true;
|
||||
tray = "auto";
|
||||
automount = true;
|
||||
};
|
||||
|
||||
programs.swaylock = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue