chore(clean): deadnix pruning

This commit is contained in:
Zhongheng Liu 2025-01-08 14:24:09 +02:00
commit a81feaf5fa
Signed by: steven
GPG key ID: 805A28B071DAD84B
50 changed files with 37 additions and 168 deletions

View file

@ -1,7 +1,4 @@
{ pkgs
, config
, lib
, ...
{ ...
}: {
imports = [
./util-programs.nix

View file

@ -1,5 +1,4 @@
{ pkgs
, config
, ...
}: {
home.packages = with pkgs; [

View file

@ -1,6 +1,4 @@
{ pkgs
, config
, lib
, ...
}: {
home.packages = with pkgs; [ vesktop ];

View file

@ -1,4 +1,4 @@
{ pkgs, config, ... }:
{ pkgs, ... }:
{
home.packages = with pkgs; [ bottles ];
}

View file

@ -1,6 +1,4 @@
{ pkgs
, config
, lib
, ...
}: {
home.packages = with pkgs; [

View file

@ -1,5 +1,4 @@
{ pkgs
, config
, ...
}: {
home.packages = with pkgs; [

View file

@ -1,6 +1,4 @@
{ pkgs
, config
, lib
, ...
}: {
home.packages = with pkgs; [

View file

@ -1,4 +1,4 @@
{ pkgs, config, ... }: {
{ pkgs, ... }: {
home.packages = with pkgs; [ vscodium-fhs ];
xdg.desktopEntries.codium = { };
}

View file

@ -1,6 +1,4 @@
{ pkgs
, config
, lib
, ...
}: {
home.packages = with pkgs; [ wl-clipboard ];