mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
sorted imports lexicographically
Signed-off-by: Stefan Ellmauthaler <stefan.ellmauthaler@tu-dresden.de>
This commit is contained in:
parent
cc0629c3cf
commit
5d0540895d
@ -2,14 +2,14 @@
|
|||||||
{
|
{
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
./polybar.nix
|
|
||||||
./dunst.nix
|
|
||||||
./zsh.nix
|
|
||||||
./i3.nix
|
|
||||||
./nextcloud.nix
|
|
||||||
./autorandr.nix
|
./autorandr.nix
|
||||||
|
./dunst.nix
|
||||||
./git.nix
|
./git.nix
|
||||||
./gpg.nix
|
./gpg.nix
|
||||||
|
./i3.nix
|
||||||
|
./nextcloud.nixg
|
||||||
|
./polybar.nix
|
||||||
|
./zsh.nix
|
||||||
];
|
];
|
||||||
home.packages = [
|
home.packages = [
|
||||||
pkgs.htop
|
pkgs.htop
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user