🔥 remove unused imports

This commit is contained in:
Laureηt 2023-05-08 13:50:58 +02:00
parent fa7afb036e
commit c6f82b1c32
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{ inputs, pkgs, config, lib, self, ... }: {
{ ... }: {
config.home.stateVersion = "22.11";
imports = [
./packages.nix

View file

@ -1,4 +1,4 @@
{ inputs, pkgs, config, ... }: {
{ pkgs, ... }: {
nixpkgs.config.allowUnfree = false;
services.mpris-proxy.enable = true;
home.packages = with pkgs; [