uh
This commit is contained in:
parent
265ddbf84b
commit
c7b01d9b6d
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1 +1,3 @@
|
||||||
node_modules
|
node_modules
|
||||||
|
./secrets.nix
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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 = [
|
||||||
{
|
{
|
||||||
|
|
BIN
secrets.nix
BIN
secrets.nix
Binary file not shown.
Loading…
Reference in a new issue