add screenlocker
This commit is contained in:
parent
710c9abfca
commit
bb9494227f
3 changed files with 25 additions and 11 deletions
12
modules/nixOS/bundles/core.nix
Normal file
12
modules/nixOS/bundles/core.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
vim
|
||||
wget
|
||||
git
|
||||
libgcc
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue