Skip to content

Commit

Permalink
chore: deadnix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
EmergentMind committed Jan 29, 2025
1 parent 7321d60 commit 5c1f25f
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 14 deletions.
4 changes: 0 additions & 4 deletions home/ta/common/core/nixos.nix
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# Core home functionality that will only work on Linux
{
config,
inputs,
pkgs,
lib,
...
}:
{
Expand Down
3 changes: 0 additions & 3 deletions home/ta/common/optional/desktops/gtk.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
{
config,
pkgs,
lib,
...
}:

{
gtk = {
enable = true;
#font.name = TODO see misterio https://github.com/Misterio77/nix-config/blob/f4368087b0fd0bf4a41bdbf8c0d7292309436bb0/home/misterio/features/desktop/common/gtk.nix he has a custom config for managing fonts, colorsheme etc.

theme = {
name = "adwaita-dark";
Expand Down
2 changes: 1 addition & 1 deletion hosts/common/optional/nvtop.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ pkgs, config, ... }:
{ pkgs, ... }:
{
environment.systemPackages = builtins.attrValues { inherit (pkgs.nvtopPackages) amd intel nvidia; };
}
File renamed without changes.
1 change: 0 additions & 1 deletion hosts/nixos/ghost/hardware-configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
{
config,
lib,
pkgs,
modulesPath,
...
}:
Expand Down
2 changes: 0 additions & 2 deletions hosts/nixos/grief/hardware-configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
# and may be overwritten by future invocations. Please make changes
# to /etc/nixos/configuration.nix instead.
{
config,
lib,
pkgs,
modulesPath,
...
}:
Expand Down
2 changes: 0 additions & 2 deletions hosts/nixos/guppy/hardware-configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
# and may be overwritten by future invocations. Please make changes
# to /etc/nixos/configuration.nix instead.
{
config,
lib,
pkgs,
modulesPath,
...
}:
Expand Down
1 change: 0 additions & 1 deletion hosts/nixos/gusto/hardware-configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
{
config,
lib,
pkgs,
modulesPath,
...
}:
Expand Down

0 comments on commit 5c1f25f

Please sign in to comment.