prep arielle
This commit is contained in:
parent
96e5924fb0
commit
82115af252
13 changed files with 35 additions and 54 deletions
30
home/profiles/desktop-slim.nix
Normal file
30
home/profiles/desktop-slim.nix
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./minimal.nix
|
||||
|
||||
../devel.nix
|
||||
../firefox.nix
|
||||
../fonts.nix
|
||||
../foot.nix
|
||||
../media.nix
|
||||
../user-dirs.nix
|
||||
../gpg.nix
|
||||
../password-store.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
anki-bin
|
||||
appimage-run
|
||||
drawing
|
||||
keepassxc
|
||||
libnotify
|
||||
usbutils
|
||||
wl-clipboard
|
||||
yubioath-flutter
|
||||
zathura
|
||||
];
|
||||
|
||||
services.syncthing.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue