diff options
author | Zhongheng Liu <z.liu@outlook.com.gr> | 2024-08-20 22:03:30 +0800 |
---|---|---|
committer | Zhongheng Liu <z.liu@outlook.com.gr> | 2024-08-20 22:03:30 +0800 |
commit | 4fc96a3a599b0041a3b6a4b7052d942cebf94ec2 (patch) | |
tree | cf07cc4805ed95202081d043f38dc49265b5ca68 | |
parent | 44565c51398bf4793684303f5295fd2ecd6f14cf (diff) | |
download | nixos-configuration-4fc96a3a599b0041a3b6a4b7052d942cebf94ec2.tar.gz nixos-configuration-4fc96a3a599b0041a3b6a4b7052d942cebf94ec2.tar.bz2 nixos-configuration-4fc96a3a599b0041a3b6a4b7052d942cebf94ec2.zip |
feat: install desktop application packages
Shotwell: photo management
mpv: video playback
kdenlive: video editing software
obsidian: notes
-rw-r--r-- | home-manager/stvnliu/home.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/home-manager/stvnliu/home.nix b/home-manager/stvnliu/home.nix index f0a8343..81edbc0 100644 --- a/home-manager/stvnliu/home.nix +++ b/home-manager/stvnliu/home.nix @@ -81,6 +81,10 @@ libreoffice discord zathura + shotwell + mpv + kdenlive + obsidian ]; myAutostartCommands = [ "${pkgs.clash-verge-rev}/bin/clash-verge" |