Restructure to use flakes
This commit is contained in:
6
home/lsd.nix
Normal file
6
home/lsd.nix
Normal file
@ -0,0 +1,6 @@
|
||||
{ ... }: {
|
||||
programs.lsd = {
|
||||
enable = true;
|
||||
enableAliases = true;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user