remove unused declarations

This commit is contained in:
Vinzenz Schroeter 2024-10-27 12:26:59 +01:00
parent 8a53ddb890
commit b78e40ad6a
14 changed files with 6 additions and 40 deletions

View file

@ -11,7 +11,7 @@
};
};
outputs = inputs @ {
outputs = {
nixpkgs,
home-manager,
lix-module,

View file

@ -1,9 +1,4 @@
{
config,
pkgs,
lib,
...
}: {
{config, ...}: {
config = {
home-manager = {
useGlobalPkgs = true;

View file

@ -1,5 +1,4 @@
{
lib,
config,
pkgs,
...

View file

@ -1,10 +1,4 @@
inputs @ {
config,
osConfig,
pkgs,
lib,
...
}: {
inputs @ {pkgs, ...}: {
programs = {
home-manager.enable = true;
fzf.enable = true;

View file

@ -1,7 +1,6 @@
{
nixpkgs,
common-modules,
desktop-modules,
...
}:
nixpkgs.lib.nixosSystem {

View file

@ -40,7 +40,6 @@
'';
};
};
lpt2 = "vinzenz-lpt2.donkey-pentatonic.ts.net";
pc2 = "vinzenz-pc2.donkey-pentatonic.ts.net";
in {
"vscode.${servicesDomain}" = lib.mkMerge [

View file

@ -1,8 +1,4 @@
{
pkgs,
lib,
...
}: {
{lib, ...}: {
imports = [
../../modules/intel-graphics.nix
];

View file

@ -1,6 +1,4 @@
{
lib,
config,
pkgs,
...
}: {

View file

@ -1,7 +1,6 @@
{
config,
pkgs,
lib,
...
}: {
config = {

View file

@ -1,7 +1,6 @@
{
config,
pkgs,
lib,
...
}: {
config = {

View file

@ -1,7 +1,6 @@
{
config,
pkgs,
lib,
...
}: {
config = {

View file

@ -1,5 +1,4 @@
{
lib,
config,
pkgs,
...

View file

@ -1,9 +1,4 @@
{
config,
pkgs,
lib,
...
}: {
{pkgs, ...}: {
config = {
environment.systemPackages = with pkgs; [
fontconfig

View file

@ -1,9 +1,4 @@
{
config,
pkgs,
lib,
...
}: {
{...}: {
config = {
services = {
# Enable CUPS to print documents.