This commit is contained in:
2026-01-04 20:09:46 +00:00
parent 0c6c138da5
commit ac004a0e8e
14 changed files with 205 additions and 213 deletions

View File

@@ -1,8 +1,8 @@
{
constants,
inputs,
pkgs,
inputs,
user,
constants,
...
}: {
home-manager.extraSpecialArgs = {inherit user constants inputs;};

View File

@@ -1,7 +1,7 @@
{
config,
pkgs,
lib,
pkgs,
user,
...
}:

View File

@@ -1,8 +1,8 @@
{
pkgs,
lib,
constants,
pkgs,
inputs,
constants,
...
}: let
setWallpaperScript = import ./wallpaper.nix {inherit pkgs;};

View File

@@ -1,8 +1,8 @@
{
pkgs,
inputs,
user,
constants,
inputs,
...
}: {
security.sudo.enable = true;

View File

@@ -1,6 +1,6 @@
{
lib,
pkgs,
inputs,
...
}:
with pkgs;

View File

@@ -1,8 +1,4 @@
{
lib,
pkgs,
...
}: {
{pkgs, ...}: {
programs.zellij = {
enable = true;
settings = {