removed niri
This commit is contained in:
parent
8252fc9f31
commit
9e3f371c46
7 changed files with 4 additions and 3793 deletions
|
@ -1,15 +0,0 @@
|
|||
{ pkgs, ... }:
|
||||
let
|
||||
niri = pkgs.callPackage ./niri {};
|
||||
niriSession = pkgs.writeShellScriptBin "niri-session" ./niri/niri-session;
|
||||
niriService = ./niri/service.nix;
|
||||
in {
|
||||
imports = [
|
||||
niriService
|
||||
];
|
||||
|
||||
environment.systemPackages = [ niri niriSession];
|
||||
services.xserver.displayManager.sessionPackages = [
|
||||
niriSession
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue