Update base and desktop defaults to current state

This commit is contained in:
Fabian Hauser 2021-04-10 16:58:39 +02:00
parent b907586257
commit 2a235cf9af
15 changed files with 68 additions and 244 deletions

View file

@ -1,15 +1,10 @@
{ config, pkgs, lib, ... }: {
imports = [
./applications.nix
./desktop-environment.nix
./desktop-i3.nix
./greeter.nix
./hardware.nix
./multimedia.nix
./office-suite.nix
./scripts.nix
./security.nix
./webapps.nix
];
}