24 lines
300 B
Nix
Raw Normal View History

2024-05-21 21:06:57 -04:00
{ pkgs, ... }:
{
2024-06-09 09:47:50 -04:00
imports = [
./vscode
./firefox.nix
];
2024-05-21 21:06:57 -04:00
home.packages = with pkgs; [
beeper
candy-icons
cinnamon.nemo
cinnamon.nemo-fileroller
discord-canary
gimp
2024-05-27 15:35:41 -04:00
gparted
2024-06-01 10:50:20 -04:00
mediainfo
2024-05-21 21:06:57 -04:00
obs-studio
obsidian
sweet-nova
2024-06-01 10:50:20 -04:00
vlc
util-linux
2024-05-21 21:06:57 -04:00
];
}