unfree
This commit is contained in:
parent
f94de157a6
commit
ec8fbeacc1
9 changed files with 31 additions and 14 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{ ... }:
|
||||
{
|
||||
home.file.".config/hypr/wallpaper.png" = {
|
||||
source = ../../wallpapers/default.png;
|
||||
source = ../../../wallpapers/default.png;
|
||||
};
|
||||
|
||||
services.hyprpaper = let
|
||||
|
|
|
|||
|
|
@ -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 = [];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
{
|
||||
...
|
||||
}: {
|
||||
{ ... }: {
|
||||
# imports = [
|
||||
# sops-nix.homeManagerModules.default
|
||||
# ];
|
||||
|
||||
sops = {
|
||||
age.keyFile = /persist/data/home/lilith/.config/sops/age/keys.txt;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue