mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
Merge branch 'add-keychain' into 'main'
add CI See merge request ahoneybun-nix/nix-configs!10
This commit is contained in:
commit
572a69a8ad
2 changed files with 16 additions and 1 deletions
8
.gitlab-ci.yml
Normal file
8
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
stages:
|
||||
- test
|
||||
|
||||
build-config:
|
||||
stage: test
|
||||
image: nixos/latest:latest
|
||||
script:
|
||||
- nix run nixpkgs#nh -- --help
|
9
home.nix
9
home.nix
|
@ -22,7 +22,7 @@
|
|||
nix-upgrade = "sudo nixos-rebuild switch --upgrade";
|
||||
nix-full-upgrade = "sudo nix flake update --flake /etc/nixos && sudo nixos-rebuild switch --upgrade";
|
||||
};
|
||||
bashrcExtra = "eval `ssh-agent`";
|
||||
#bashrcExtra = "eval `ssh-agent`";
|
||||
};
|
||||
|
||||
programs.git = {
|
||||
|
@ -54,6 +54,13 @@
|
|||
};
|
||||
};
|
||||
|
||||
programs.keychain = {
|
||||
enable = true;
|
||||
keys = [
|
||||
"protonmail"
|
||||
];
|
||||
};
|
||||
|
||||
programs.helix = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue