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