This commit is contained in:
Miguel Palhas
2026-06-27 14:17:02 +01:00
parent 4eeef628b0
commit a2b4d0f479
34 changed files with 15 additions and 60 deletions
-2
View File
@@ -1,6 +1,4 @@
{
lib,
config,
pkgs,
...
}:
+1 -1
View File
@@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ pkgs, ... }:
{
home.packages = with pkgs; [
dconf
-3
View File
@@ -1,8 +1,5 @@
{
lib,
config,
pkgs,
inputs,
...
}:
{
-3
View File
@@ -1,8 +1,5 @@
{
inputs,
pkgs,
config,
lib,
...
}:
{
+1 -1
View File
@@ -1,4 +1,4 @@
{ pkgs, config, inputs, ... }:
{ pkgs, config, ... }:
let
nordzy-cursors = pkgs.callPackage ../../../../pkgs/nordzy-cursors/package.nix { };
cursorSize = config.custom.hyprland.cursorSize;
@@ -1,6 +1,5 @@
{
config,
inputs,
lib,
pkgs,
...
+1 -1
View File
@@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ pkgs, ... }:
let
clip2path = pkgs.writeShellScript "clip2path" ''
set -e
-2
View File
@@ -1,6 +1,4 @@
{
lib,
config,
pkgs,
...
}:
@@ -1,7 +1,4 @@
{
lib,
pkgs,
config,
...
}:
{
+1 -1
View File
@@ -1,4 +1,4 @@
{ inputs, pkgs, ... }:
{ pkgs, ... }:
{
home.packages = with pkgs; [
unityhub
-2
View File
@@ -1,7 +1,5 @@
{
lib,
pkgs,
config,
...
}:
{
-1
View File
@@ -1,5 +1,4 @@
{
inputs,
config,
pkgs,
...