18 lines
239 B
Nix
Raw Normal View History

2024-05-21 21:06:57 -04:00
{ pkgs, ... }:
{
imports = [ ./vscode ];
home.packages = with pkgs; [
beeper
candy-icons
cinnamon.nemo
cinnamon.nemo-fileroller
discord-canary
firefox
gimp
obs-studio
obsidian
sweet-nova
];
}