ahuston-0 ba20cdffe3 removes cinnamon namespace from packages, as per recent nix warning.
Closes #274

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-08-10 00:21:27 +00:00

26 lines
310 B
Nix

{ pkgs, ... }:
{
imports = [
./firefox.nix
./vscode
];
home.packages = with pkgs; [
beeper
candy-icons
nemo
nemo-fileroller
discord-canary
gimp
gparted
mediainfo
obs-studio
obsidian
proxychains
sweet-nova
util-linux
vlc
zoom-us
];
}