add userspace programs
This commit is contained in:
parent
71d82d0ba4
commit
675ac00a14
2 changed files with 5 additions and 0 deletions
|
|
@ -14,6 +14,8 @@
|
||||||
|
|
||||||
ungoogled-chromium
|
ungoogled-chromium
|
||||||
# logseq
|
# logseq
|
||||||
|
|
||||||
|
devour
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.firefox = {
|
programs.firefox = {
|
||||||
|
|
|
||||||
3
modules/home/features/element.nix
Normal file
3
modules/home/features/element.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
{pkgs, ...}:{
|
||||||
|
home.packages = [ pkgs.element-desktop ]
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue