🚚 [shared] Added shared config that shared desktop config inherits from
This commit is contained in:
@ -9,14 +9,14 @@
|
||||
{
|
||||
imports = [
|
||||
inputs.catppuccin.homeModules.catppuccin
|
||||
(lib.custom.relativeToRoot "shared/home-manager/development/git.nix")
|
||||
(lib.custom.relativeToRoot "shared/home-manager/development/helix.nix")
|
||||
(lib.custom.relativeToRoot "shared/home-manager/shell/btop.nix")
|
||||
(lib.custom.relativeToRoot "shared/home-manager/shell/eza.nix")
|
||||
(lib.custom.relativeToRoot "shared/home-manager/shell/fastfetch.nix")
|
||||
(lib.custom.relativeToRoot "shared/home-manager/shell/fish.nix")
|
||||
(lib.custom.relativeToRoot "shared/home-manager/shell/zoxide.nix")
|
||||
(lib.custom.relativeToRoot "shared/home-manager/gpg.nix")
|
||||
(lib.custom.relativeToRoot "shared/desktop/home-manager/development/git.nix")
|
||||
(lib.custom.relativeToRoot "shared/desktop/home-manager/development/helix.nix")
|
||||
(lib.custom.relativeToRoot "shared/desktop/home-manager/shell/btop.nix")
|
||||
(lib.custom.relativeToRoot "shared/desktop/home-manager/shell/eza.nix")
|
||||
(lib.custom.relativeToRoot "shared/desktop/home-manager/shell/fastfetch.nix")
|
||||
(lib.custom.relativeToRoot "shared/desktop/home-manager/shell/fish.nix")
|
||||
(lib.custom.relativeToRoot "shared/desktop/home-manager/shell/zoxide.nix")
|
||||
(lib.custom.relativeToRoot "shared/desktop/home-manager/gpg.nix")
|
||||
];
|
||||
|
||||
home.stateVersion = systemConfig.version;
|
||||
|
Reference in New Issue
Block a user