initial commit
This commit is contained in:
commit
c4dc2e0f36
25 changed files with 558 additions and 0 deletions
16
mod/collections/pc-common.nix
Normal file
16
mod/collections/pc-common.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{ mod, ... }: {
|
||||
imports = with mod; [
|
||||
audio
|
||||
boot
|
||||
fonts
|
||||
locale
|
||||
network
|
||||
nix
|
||||
security
|
||||
services
|
||||
shell
|
||||
software
|
||||
users
|
||||
window-manager
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue