cosmic checkpoint

This commit is contained in:
atagen 2024-08-14 01:01:53 +10:00
parent 4031a614a8
commit f623faa0ef
26 changed files with 1163 additions and 538 deletions

View file

@ -1,5 +1,6 @@
{pkgs, ...}: {
imports = [
./cosmic.nix
./media-players.nix
./webapps.nix
./documents.nix
@ -9,8 +10,8 @@
../programs/wlogout.nix
];
home.packages = with pkgs; [
gnome.file-roller
gnome.nautilus
file-roller
nautilus
thunderbird
keepassxc
];