disallow unfree by default
This commit is contained in:
parent
716e9e7ac2
commit
17e15e69d1
12 changed files with 27 additions and 46 deletions
|
@ -10,8 +10,10 @@
|
|||
./modules
|
||||
./home-modules
|
||||
];
|
||||
|
||||
flake = {
|
||||
};
|
||||
|
||||
perSystem = {pkgs, ...}: {
|
||||
devShells.default = pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue