From 21208031b54825019d485b096b2f46cd49a76c97 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Tue, 2 Aug 2022 13:30:42 -0500 Subject: [PATCH] adding some little useful pieces --- README.org | 4 ++++ system/kaladin/configuration.nix | 4 ++++ system/syl/configuration.nix | 4 ++++ user/home.nix | 4 ---- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index 4834c42..ec568c1 100644 --- a/README.org +++ b/README.org @@ -270,6 +270,7 @@ transmission openssh samba ark +ifuse dash light ttyper @@ -363,6 +364,9 @@ OVMFFull element-desktop-wayland scrcpy python +trash-cli +libheif +airshipper # hyprland #+end_src diff --git a/system/kaladin/configuration.nix b/system/kaladin/configuration.nix index ca38c6b..1614528 100644 --- a/system/kaladin/configuration.nix +++ b/system/kaladin/configuration.nix @@ -183,6 +183,7 @@ openssh samba ark + ifuse dash light ttyper @@ -276,6 +277,9 @@ element-desktop-wayland scrcpy python + trash-cli + libheif + airshipper # hyprland blender diff --git a/system/syl/configuration.nix b/system/syl/configuration.nix index 3fba912..dc7ab75 100644 --- a/system/syl/configuration.nix +++ b/system/syl/configuration.nix @@ -193,6 +193,7 @@ openssh samba ark + ifuse dash light ttyper @@ -286,6 +287,9 @@ element-desktop-wayland scrcpy python + trash-cli + libheif + airshipper # hyprland neofetch diff --git a/user/home.nix b/user/home.nix index be925ca..ee308cc 100644 --- a/user/home.nix +++ b/user/home.nix @@ -409,10 +409,6 @@ recursive = true; }; - home.file."bin/kdenlivelof" = { - source = ../scripts/kdenlivelof; - }; - programs.starship.enable = true; programs.zsh = { enable = true;