Run deadnix

This commit is contained in:
2026-02-06 08:33:32 +01:00
parent ca87e7e130
commit ed890a9823
14 changed files with 14 additions and 15 deletions

View File

@@ -18,7 +18,7 @@
hyprland.url = "github:hyprwm/Hyprland";
};
outputs = { self, nixpkgs, home-manager, nixvim, millennium, hyprland, nur, ... }@inputs:
outputs = { nixpkgs, home-manager, nixvim, millennium, nur, ... }@inputs:
let
overlays = [
millennium.overlays.default

View File

@@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ ... }:
{
programs.git = {
enable = true;

View File

@@ -1,4 +1,4 @@
{ pkgs, config, ... }:
{ pkgs, ... }:
{
programs.tmux = {
enable = true;

View File

@@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ ... }:
{
programs.zoxide = {
enable = true;

View File

@@ -13,7 +13,6 @@ name:
system,
user,
email,
stable ? false,
gamingSystem ? false,
workSystem ? false,
desktopEnvironment ? "",

View File

@@ -2,7 +2,7 @@
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ config, pkgs, ... }:
{ ... }:
{
boot.loader.systemd-boot.enable = true;

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 =

View File

@@ -1,4 +1,4 @@
{ pkgs, ... }:
{ ... }:
{
virtualisation = {
docker.enable = true;

View File

@@ -1,4 +1,4 @@
{ currentSystemUser, ... }:
{ ... }:
{
imports = [
./hardware.nix

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 =

View File

@@ -1,4 +1,4 @@
{ currentSystemUser, ... }:
{ ... }:
{
imports = [
./hardware.nix

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 =

View File

@@ -1,4 +1,4 @@
{ pkgs, nur, gamingSystem, workSystem, currentSystemDe, ... }@ inputs:
{ pkgs, gamingSystem, workSystem, currentSystemDe, ... }@ inputs:
{
imports = [
./programs

View File

@@ -1,4 +1,4 @@
{ pkgs, nur, ... } @ inputs:
{ pkgs, ... } @ inputs:
{
imports = [
inputs.nur.modules.nixos.default
@@ -6,7 +6,7 @@
];
nixpkgs.overlays = [
(final: prev: {
(_final: _prev: {
nordvpn = pkgs.nur.repos.wingej0.nordvpn;
})
];