update GLaDOS's disko setup
This commit is contained in:
commit
6fe74f891b
5 changed files with 20 additions and 42 deletions
|
@ -107,8 +107,8 @@
|
|||
programs = {
|
||||
# Allow executing of anything on the system with a , eg: , python executes python from the nix store even if not in $PATH currently
|
||||
command-not-found.enable = lib.mkForce false;
|
||||
# nix-index.enable = true;
|
||||
# nix-index-database.comma.enable = true;
|
||||
nix-index.enable = true;
|
||||
nix-index-database.comma.enable = true;
|
||||
|
||||
direnv = {
|
||||
enable = true;
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
gparted
|
||||
];
|
||||
|
||||
services.vpn-ip = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue