revamp of structure
This commit is contained in:
parent
b5365e6ab3
commit
4e728b45d3
8 changed files with 25 additions and 17 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ }:
|
||||
{ ... }:
|
||||
{
|
||||
services.pulseaudio.enable = false;
|
||||
security.rtkit.enable = true;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,11 @@
|
|||
{ }:
|
||||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./audio.nix
|
||||
./printing.nix
|
||||
./gnome.nix
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
programs.firefox.enable = true;
|
||||
programs.virt-manager.enable = true;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{}:
|
||||
{ ... }:
|
||||
{
|
||||
services.xserver.enable = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue