🔥 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";
|
config.home.stateVersion = "22.11";
|
||||||
imports = [
|
imports = [
|
||||||
./packages.nix
|
./packages.nix
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ inputs, pkgs, config, ... }: {
|
{ pkgs, ... }: {
|
||||||
nixpkgs.config.allowUnfree = false;
|
nixpkgs.config.allowUnfree = false;
|
||||||
services.mpris-proxy.enable = true;
|
services.mpris-proxy.enable = true;
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
|
Loading…
Reference in a new issue