Begin implement home
This commit is contained in:
parent
5a593616f8
commit
cc46a03e64
12 changed files with 63 additions and 11 deletions
11
modules/home/apps/default.nix
Normal file
11
modules/home/apps/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./chromium
|
||||
./flatpak
|
||||
./jetbrainsToolbox
|
||||
./kitty
|
||||
./vscode
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue