hacking
This commit is contained in:
parent
d7d5b44f13
commit
f55e945bfd
@ -5,6 +5,7 @@
|
|||||||
}: {
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
./programming/programming.nix
|
./programming/programming.nix
|
||||||
|
./hacking/hacking.nix
|
||||||
./games.nix
|
./games.nix
|
||||||
./terminal_tools.nix
|
./terminal_tools.nix
|
||||||
./applications.nix
|
./applications.nix
|
||||||
@ -15,6 +16,7 @@
|
|||||||
games.enable = lib.mkDefault false;
|
games.enable = lib.mkDefault false;
|
||||||
firefox.enable = lib.mkDefault true;
|
firefox.enable = lib.mkDefault true;
|
||||||
applications.enable = lib.mkDefault true;
|
applications.enable = lib.mkDefault true;
|
||||||
|
hacking.enable = lib.mkDefault true;
|
||||||
#programs.neovim.enable = true;
|
#programs.neovim.enable = true;
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user