trying to get niri as external flake

This commit is contained in:
twoneis 2023-11-19 17:45:58 +01:00
parent aa4787db6d
commit 63a430a221
4 changed files with 152 additions and 7 deletions

View file

@ -2,8 +2,9 @@
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ pkgs, niri, ... }: {
{ pkgs, ... }: {
imports = [
../niri
../gnome
];