mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-01-19 03:33:30 -05:00
14 lines
No EOL
280 B
Nix
14 lines
No EOL
280 B
Nix
{pkgs, ...}: {
|
|
home = {
|
|
packages = with pkgs; [
|
|
rofi
|
|
];
|
|
file = {
|
|
rofi = {
|
|
recursive = true;
|
|
source = ../dotfiles/rofi;
|
|
target = "./.config/rofi";
|
|
};
|
|
};
|
|
};
|
|
} |