mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-10 04:49:19 -08:00
Move to recursiveMod, nixdirfmt
This commit is contained in:
parent
3a4458eae5
commit
76a479f14e
66 changed files with 313 additions and 335 deletions
|
|
@ -1,21 +0,0 @@
|
|||
{ config, pkgs, meta, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
meta.services.dnscrypt-proxy
|
||||
./adb.nix
|
||||
./fonts.nix
|
||||
./sway.nix
|
||||
./filesystems.nix
|
||||
./qt.nix
|
||||
./gpg.nix
|
||||
./xdg-portals.nix
|
||||
./nfs.nix
|
||||
./mingetty.nix
|
||||
./sound.nix
|
||||
];
|
||||
|
||||
services.tumbler.enable = true;
|
||||
|
||||
deploy.profile.gui = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue