1
Fork 0
This commit is contained in:
Matei Adriel 2022-06-22 23:09:55 +03:00
parent 265ddbf84b
commit c7b01d9b6d
4 changed files with 3 additions and 10 deletions

2
.gitignore vendored
View file

@ -1 +1,3 @@
node_modules node_modules
./secrets.nix

View file

@ -43,6 +43,7 @@ let
''; '';
base = pkgs.neovim-nightly; base = pkgs.neovim-nightly;
# base = pkgs.neovim;
neovim = neovim =
pkgs.symlinkJoin { pkgs.symlinkJoin {
inherit (base) name meta; inherit (base) name meta;

View file

@ -1,15 +1,5 @@
{ pkgs, ... }: { pkgs, ... }:
with import ../secrets.nix; { with import ../secrets.nix; {
# options = {
# myUser = {
# type = lib.types.string;
# default = "";
# };
# };
# config = {
# myUser = "adrielus";
# Disable asking for password for sudo # Disable asking for password for sudo
security.sudo.extraRules = [ security.sudo.extraRules = [
{ {

Binary file not shown.