Skip to content

Commit

Permalink
move all secrets to nixie
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnvgr committed Feb 24, 2024
1 parent bec5839 commit a514523
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
5 changes: 0 additions & 5 deletions hosts/minix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,11 @@
apps = {
neovim = {
enable = true;
codeiumConfig = ./secrets/codeium.json;
};

firefox.enable = true;
};

games = {
celeste.enable = true;
};

dev = {
rust.enable = true;
python.enable = true;
Expand Down
8 changes: 8 additions & 0 deletions hosts/nixie/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
imports = [ ../minix ];

modules.desktop = {
apps = {
neovim.codeiumConfig = ./secrets/codeium.json;
};

feats = {
music = {
enable = true;
Expand All @@ -14,6 +18,10 @@
};
};

games = {
celeste.enable = true;
};

apps = {
reaper.enable = true;
};
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit a514523

Please sign in to comment.