mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
use the sops home manager module
This commit is contained in:
parent
a06384c5d3
commit
5408a5ee19
8 changed files with 79 additions and 21 deletions
|
@ -33,9 +33,10 @@
|
|||
home-manager.extraSpecialArgs = attrs;
|
||||
home-manager.users.rouven = {
|
||||
imports = [
|
||||
nix-colors.homeManagerModule
|
||||
nix-colors.homeManagerModules.default
|
||||
hyprland.homeManagerModules.default
|
||||
nixvim.homeManagerModules.nixvim
|
||||
sops-nix.homeManagerModules.sops
|
||||
];
|
||||
config = {
|
||||
colorScheme = nix-colors.colorSchemes.dracula;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue