Begin stabilize system module
This commit is contained in:
parent
edcbfaf379
commit
6163188786
24 changed files with 63 additions and 59 deletions
11
modules/home/default.nix
Normal file
11
modules/home/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