🔥 remove unused imports
This commit is contained in:
parent
fa7afb036e
commit
c6f82b1c32
|
@ -1,4 +1,4 @@
|
|||
{ inputs, pkgs, config, lib, self, ... }: {
|
||||
{ ... }: {
|
||||
config.home.stateVersion = "22.11";
|
||||
imports = [
|
||||
./packages.nix
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ inputs, pkgs, config, ... }: {
|
||||
{ pkgs, ... }: {
|
||||
nixpkgs.config.allowUnfree = false;
|
||||
services.mpris-proxy.enable = true;
|
||||
home.packages = with pkgs; [
|
||||
|
|
Loading…
Reference in a new issue