mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-09 04:10:05 +00:00
✨ Add Vicinae to home-manager modules and enable for user jo
Some checks failed
Nix: check for unused code / Run deadnix (push) Has been cancelled
Nix: validate flake.lock / Check Lockfile (push) Has been cancelled
Nix: validate flake / Validate x86_64-linux (push) Has been cancelled
Trufflehog: check for exposed secrets / Run trufflehog (push) Has been cancelled
Some checks failed
Nix: check for unused code / Run deadnix (push) Has been cancelled
Nix: validate flake.lock / Check Lockfile (push) Has been cancelled
Nix: validate flake / Validate x86_64-linux (push) Has been cancelled
Trufflehog: check for exposed secrets / Run trufflehog (push) Has been cancelled
This commit is contained in:
parent
86e3af8942
commit
a95bef51b8
3 changed files with 11 additions and 5 deletions
7
homes/x86_64-linux/jo/apps/vicinae/default.nix
Normal file
7
homes/x86_64-linux/jo/apps/vicinae/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ ... }:
|
||||
{
|
||||
services.vicinae = {
|
||||
enable = true;
|
||||
autoStart = true;
|
||||
};
|
||||
}
|
|
@ -7,6 +7,7 @@
|
|||
imports = [
|
||||
./apps/discord
|
||||
./apps/firefox
|
||||
./apps/vicinae
|
||||
];
|
||||
|
||||
puzzlevision = {
|
||||
|
@ -33,10 +34,6 @@
|
|||
path = "${config.home.homeDirectory}/.wakatime.cfg";
|
||||
};
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
## GENERAL
|
||||
ghostty
|
||||
|
|
|
@ -99,7 +99,9 @@ in
|
|||
inputs.sops-nix.homeManagerModules.sops
|
||||
inputs.catppuccin.homeModules.default
|
||||
inputs.nixcord.homeModules.nixcord
|
||||
] ++ homeModules;
|
||||
inputs.vicinae.homeManagerModules.default
|
||||
]
|
||||
++ homeModules;
|
||||
|
||||
home.stateVersion = lib.mkDefault osConfig.system.stateVersion;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue