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
-5
View File
@@ -1,9 +1,4 @@
{ {
inputs,
lib,
pkgs,
config,
outputs,
... ...
}: }:
{ {
+1 -1
View File
@@ -1,4 +1,4 @@
{ pkgs, config, lib, ... }: { pkgs, config, ... }:
let let
downloadsDir = "${config.home.homeDirectory}/downloads"; downloadsDir = "${config.home.homeDirectory}/downloads";
-2
View File
@@ -1,6 +1,4 @@
{ {
lib,
config,
pkgs, pkgs,
... ...
}: }:
+1 -1
View File
@@ -1,4 +1,4 @@
{ config, pkgs, ... }: { pkgs, ... }:
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
dconf dconf
-3
View File
@@ -1,8 +1,5 @@
{ {
lib,
config,
pkgs, pkgs,
inputs,
... ...
}: }:
{ {
-3
View File
@@ -1,8 +1,5 @@
{ {
inputs,
pkgs, pkgs,
config,
lib,
... ...
}: }:
{ {
+1 -1
View File
@@ -1,4 +1,4 @@
{ pkgs, config, inputs, ... }: { pkgs, config, ... }:
let let
nordzy-cursors = pkgs.callPackage ../../../../pkgs/nordzy-cursors/package.nix { }; nordzy-cursors = pkgs.callPackage ../../../../pkgs/nordzy-cursors/package.nix { };
cursorSize = config.custom.hyprland.cursorSize; cursorSize = config.custom.hyprland.cursorSize;
@@ -1,6 +1,5 @@
{ {
config, config,
inputs,
lib, lib,
pkgs, pkgs,
... ...
+1 -1
View File
@@ -1,4 +1,4 @@
{ config, pkgs, ... }: { pkgs, ... }:
let let
clip2path = pkgs.writeShellScript "clip2path" '' clip2path = pkgs.writeShellScript "clip2path" ''
set -e set -e
-2
View File
@@ -1,6 +1,4 @@
{ {
lib,
config,
pkgs, pkgs,
... ...
}: }:
@@ -1,7 +1,4 @@
{ {
lib,
pkgs,
config,
... ...
}: }:
{ {
+1 -1
View File
@@ -1,4 +1,4 @@
{ inputs, pkgs, ... }: { pkgs, ... }:
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
unityhub unityhub
-2
View File
@@ -1,7 +1,5 @@
{ {
lib,
pkgs, pkgs,
config,
... ...
}: }:
{ {
-1
View File
@@ -1,5 +1,4 @@
{ {
inputs,
config, config,
pkgs, pkgs,
... ...
-5
View File
@@ -1,9 +1,4 @@
{ {
inputs,
lib,
pkgs,
config,
outputs,
... ...
}: }:
{ {
-4
View File
@@ -1,8 +1,4 @@
{ {
lib,
inputs,
pkgs,
config,
... ...
}: }:
{ {
-1
View File
@@ -1,7 +1,6 @@
{ {
inputs, inputs,
pkgs, pkgs,
config,
... ...
}: }:
{ {
-1
View File
@@ -4,7 +4,6 @@
{ {
config, config,
lib, lib,
pkgs,
modulesPath, modulesPath,
... ...
}: }:
+1 -1
View File
@@ -1,4 +1,4 @@
{ config, lib, ... }: { ... }:
{ {
programs.appimage = { programs.appimage = {
enable = true; enable = true;
+1 -1
View File
@@ -1,4 +1,4 @@
{ inputs, pkgs, ... }: { ... }:
{ {
imports = [ imports = [
./wayland.nix ./wayland.nix
+1 -1
View File
@@ -1,4 +1,4 @@
{ inputs, pkgs, ... }: { pkgs, ... }:
let let
sddm-noctalia-theme = pkgs.callPackage ../../../../pkgs/sddm-noctalia-theme/package.nix { }; sddm-noctalia-theme = pkgs.callPackage ../../../../pkgs/sddm-noctalia-theme/package.nix { };
in in
+1 -1
View File
@@ -1,4 +1,4 @@
{ config, lib, ... }: { ... }:
{ {
virtualisation.docker = { virtualisation.docker = {
enable = true; enable = true;
-2
View File
@@ -1,7 +1,5 @@
{ {
inputs,
pkgs, pkgs,
fonts,
... ...
}: }:
{ {
+1 -1
View File
@@ -1,4 +1,4 @@
{ config, pkgs, ... }: { pkgs, ... }:
{ {
services.xserver.videoDrivers = [ "intel" ]; services.xserver.videoDrivers = [ "intel" ];
hardware.graphics = { hardware.graphics = {
-3
View File
@@ -1,7 +1,4 @@
{ {
config,
lib,
pkgs,
... ...
}: }:
+1 -1
View File
@@ -1,4 +1,4 @@
{ config, pkgs, ... }: { pkgs, ... }:
{ {
services.udev.packages = with pkgs; [ services.udev.packages = with pkgs; [
ledger-udev-rules ledger-udev-rules
+1 -1
View File
@@ -1,4 +1,4 @@
{ inputs, pkgs, ... }: { ... }:
{ {
networking = { networking = {
networkmanager.enable = true; networkmanager.enable = true;
+1 -1
View File
@@ -1,4 +1,4 @@
{ config, pkgs, ... }: { pkgs, ... }:
{ {
environment.systemPackages = with pkgs; [ pulseaudio ]; environment.systemPackages = with pkgs; [ pulseaudio ];
security.rtkit.enable = true; security.rtkit.enable = true;
-1
View File
@@ -1,5 +1,4 @@
{ {
pkgs,
... ...
}: }:
-2
View File
@@ -1,6 +1,4 @@
{ {
config,
lib,
pkgs, pkgs,
... ...
}: }:
-2
View File
@@ -1,7 +1,5 @@
{ {
inputs,
lib, lib,
nixpkgs,
... ...
}: }:
{ {
+1 -1
View File
@@ -1,4 +1,4 @@
{ pkgs, ... }: { ... }:
{ {
services.openssh = { services.openssh = {
enable = true; enable = true;
-2
View File
@@ -1,7 +1,5 @@
{ {
inputs,
pkgs, pkgs,
config,
... ...
}: }:
{ {
+1 -1
View File
@@ -1,7 +1,7 @@
# Do not modify this file! It was generated by nixos-generate-config # Do not modify this file! It was generated by nixos-generate-config
# and may be overwritten by future invocations. Please make changes # and may be overwritten by future invocations. Please make changes
# to /etc/nixos/configuration.nix instead. # to /etc/nixos/configuration.nix instead.
{ config, lib, pkgs, modulesPath, ... }: { config, lib, modulesPath, ... }:
{ {
imports = imports =