Compare commits
2 Commits
098478fa0f
...
4c462c21f3
| Author | SHA1 | Date | |
|---|---|---|---|
| 4c462c21f3 | |||
| eb26a93944 |
@@ -1,4 +1,15 @@
|
||||
{ lib, pkgs, isNixOS ? true, ... }:
|
||||
lib.mkIf pkgs.stdenv.isLinux {
|
||||
|
||||
home.packages = with pkgs; [
|
||||
imv
|
||||
xdg-utils
|
||||
] ++ lib.optionals isNixOS [
|
||||
vesktop
|
||||
xfce.thunar
|
||||
pavucontrol
|
||||
zathura
|
||||
gpu-screen-recorder
|
||||
gpu-screen-recorder-gtk
|
||||
inetutils
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user