mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Fix monitors
This commit is contained in:
parent
2aa91c36d7
commit
02b0f4bc18
10 changed files with 48 additions and 35 deletions
|
|
@ -1,4 +1,10 @@
|
|||
{ pkgs, lib, ... }: {
|
||||
{ pkgs, lib, config, ... }: {
|
||||
programs.nh = {
|
||||
enable = true;
|
||||
clean.enable = true;
|
||||
clean.extraArgs = "--keep-since 4d --keep 3";
|
||||
flake = "/home/${config.mods.user.name}/.config/home";
|
||||
};
|
||||
nix.settings = {
|
||||
substituters = [
|
||||
"https://cache.nixos.org"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue