refactors
This commit is contained in:
parent
26b798c4b3
commit
d18110a018
15 changed files with 230 additions and 379 deletions
12
configuration/modules/programs.nix
Normal file
12
configuration/modules/programs.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
programs = {
|
||||
firefox.enable = true;
|
||||
bash.blesh.enable = true; # Enhanced bash
|
||||
nix-ld = {
|
||||
enable = true;
|
||||
#libraries = with pkgs; [
|
||||
# Add libraries here
|
||||
#];
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue