return kitty to server
This commit is contained in:
parent
c01733665a
commit
70f24bc294
@ -1,9 +1,11 @@
|
|||||||
{ inputs, ... }: {
|
{ inputs, ... }: {
|
||||||
imports = with inputs.self.nixosModules; with inputs.self.nixosProfiles; [
|
imports = with inputs.self.nixosModules; with inputs.self.nixosProfiles; [
|
||||||
inputs.home-manager.nixosModules.home-manager
|
inputs.home-manager.nixosModules.home-manager
|
||||||
|
inputs.base16.hmModule
|
||||||
|
|
||||||
applications
|
applications
|
||||||
devices
|
devices
|
||||||
|
fonts
|
||||||
git
|
git
|
||||||
gpg
|
gpg
|
||||||
locale
|
locale
|
||||||
@ -15,10 +17,12 @@
|
|||||||
secrets-envsubst
|
secrets-envsubst
|
||||||
security
|
security
|
||||||
ssh
|
ssh
|
||||||
|
themes
|
||||||
xdg
|
xdg
|
||||||
zsh
|
zsh
|
||||||
|
|
||||||
direnv
|
direnv
|
||||||
|
kitty
|
||||||
|
|
||||||
nginx
|
nginx
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user