time to put this on a laptop and do shit from there
This commit is contained in:
parent
720828a097
commit
5b70d63280
4 changed files with 35 additions and 2 deletions
|
|
@ -8,6 +8,6 @@
|
|||
{
|
||||
imports = [
|
||||
./boot.nix
|
||||
|
||||
./shell.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
10
system/shell.nix
Normal file
10
system/shell.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment = {
|
||||
systemPackages = with pkgs; [
|
||||
fish
|
||||
coreutils
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue