This commit is contained in:
Lilith 2025-03-13 01:29:44 +01:00
parent f94de157a6
commit ec8fbeacc1
Signed by: lilith
GPG key ID: 8712A0F317C37175
9 changed files with 31 additions and 14 deletions

View file

@ -1,9 +1,10 @@
{home-manager, lib, ...}: {
imports [ home-manager.nixosModules.home-manager ];
{ home-manager, sops-nix, ... } @ inputs: {
imports = [ home-manager.nixosModules.home-manager ];
home-manager.backupFileExtension = "bak";
home-manager.users."lilith" = {
imports = [
sops-nix.homeManagerModules.sops
./lilith
];

View file

@ -1,14 +1,14 @@
{ matshell, sops-nix, ...}: {
{ sops-nix, ...}: {
imports = [
# ags.homeManagerModules.default
matshell.homeManagerModules.default
sops-nix.homeManagerModules.sops
# matshell.homeManagerModules.default
# sops-nix.homeManagerModules.sops
# ./ags # ToDo: get codin :3
./hyprland
./rofi.nix
./dunst.nix
./matshell.nix
# ./matshell.nix
./env.nix

View file

@ -1,7 +1,7 @@
{ ... }:
{
home.file.".config/hypr/wallpaper.png" = {
source = ../../wallpapers/default.png;
source = ../../../wallpapers/default.png;
};
services.hyprpaper = let

View file

@ -17,7 +17,6 @@
"obsidian"
"code"
".keepass"
] ++ lib.optionals config.gaming.enable [
".local/share/PrismLauncher"
".local/share/Steam"
".local/share/lutris"
@ -34,7 +33,6 @@
".cargo"
".local/state/wireplumber"
"tmp"
] ++ lib.optionals config.gaming.enable [
];
files = [];
};

View file

@ -1,6 +1,8 @@
{
...
}: {
{ ... }: {
# imports = [
# sops-nix.homeManagerModules.default
# ];
sops = {
age.keyFile = /persist/data/home/lilith/.config/sops/age/keys.txt;
};