From c6f82b1c3247e8e1a5ec8bc5cb569018044f5826 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Mon, 8 May 2023 13:50:58 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20remove=20unused=20imports?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hosts/neodymium/home/default.nix | 2 +- hosts/neodymium/home/packages.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/neodymium/home/default.nix b/hosts/neodymium/home/default.nix index 3d62495..c44cf6d 100644 --- a/hosts/neodymium/home/default.nix +++ b/hosts/neodymium/home/default.nix @@ -1,4 +1,4 @@ -{ inputs, pkgs, config, lib, self, ... }: { +{ ... }: { config.home.stateVersion = "22.11"; imports = [ ./packages.nix diff --git a/hosts/neodymium/home/packages.nix b/hosts/neodymium/home/packages.nix index 8f8342a..5b691fa 100644 --- a/hosts/neodymium/home/packages.nix +++ b/hosts/neodymium/home/packages.nix @@ -1,4 +1,4 @@ -{ inputs, pkgs, config, ... }: { +{ pkgs, ... }: { nixpkgs.config.allowUnfree = false; services.mpris-proxy.enable = true; home.packages = with pkgs; [