move secrets to its own module
This commit is contained in:
parent
3ba125799b
commit
3f1f13876e
9 changed files with 300 additions and 91 deletions
|
@ -5,6 +5,7 @@
|
|||
ros_neovim.url = "git+https://git.joshuabell.xyz/nvim";
|
||||
mod_common.url = "git+https://git.joshuabell.xyz/dotfiles?ref=mod_common";
|
||||
mod_common.inputs.nixpkgs.follows = "nixpkgs";
|
||||
mod_secrets.url = "git+https://git.joshuabell.xyz/dotfiles?ref=mod_secrets";
|
||||
mod_boot_systemd.url = "git+https://git.joshuabell.xyz/dotfiles?ref=mod_boot_systemd";
|
||||
mod_de_cosmic.url = "git+https://git.joshuabell.xyz/dotfiles?ref=mod_de_cosmic";
|
||||
mod_de_cosmic.inputs.nixpkgs-stable.follows = "nixpkgs";
|
||||
|
@ -61,6 +62,7 @@
|
|||
|
||||
mods = {
|
||||
common = {
|
||||
disableRemoteBuildsOnLio = true;
|
||||
systemName = configuration_name;
|
||||
allowUnfree = true;
|
||||
primaryUser = "josh";
|
||||
|
@ -87,7 +89,6 @@
|
|||
google-chrome
|
||||
discordo
|
||||
discord
|
||||
# nautilus qimgv # file browsing (not needed in cosmic)
|
||||
firefox-esr
|
||||
# freecad
|
||||
# openscad
|
||||
|
@ -107,7 +108,6 @@
|
|||
../../components/hm/atuin.nix
|
||||
../../components/hm/direnv.nix
|
||||
../../components/hm/git.nix
|
||||
# ../../components/hm/launcher_rofi.nix # not needed in cosmic
|
||||
../../components/hm/nix_deprecations.nix
|
||||
../../components/hm/obs.nix
|
||||
../../components/hm/postgres.nix
|
||||
|
@ -118,15 +118,6 @@
|
|||
../../components/hm/zsh.nix
|
||||
];
|
||||
};
|
||||
# root = {
|
||||
# imports = [
|
||||
# ../../components/hm/nix_deprecations.nix
|
||||
# ../../components/hm/postgres.nix
|
||||
# ../../components/hm/starship.nix
|
||||
# ../../components/hm/zoxide.nix
|
||||
# ../../components/hm/zsh.nix
|
||||
# ];
|
||||
# };
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue