udisks2
This commit is contained in:
10
home/programs/eww/default.nix
Normal file
10
home/programs/eww/default.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ pkgs, config, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [ eww ];
|
||||
|
||||
xdg.configFile."eww" = {
|
||||
recursive = true;
|
||||
source = ./eww;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user