mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2026-03-23 01:06:41 +00:00
- Update flake inputs - Update package names - Update hyprland window rules - Set programs.zsh.dotDir
12 lines
179 B
Nix
12 lines
179 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
services.udiskie = {
|
|
enable = true;
|
|
settings = {
|
|
programs_options = {
|
|
file_manager = "${pkgs.thunar}/bin/thunar";
|
|
};
|
|
};
|
|
};
|
|
}
|