started niri config and added gnome char to packages

This commit is contained in:
twoneis 2023-11-03 04:33:25 +01:00
parent 4170fcfba5
commit 08a6a08e63
3 changed files with 21 additions and 1 deletions

View file

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

View file

@ -0,0 +1,19 @@
{ lib, rustPlatform, fetchFromGitHub }:
rustPlatform.buildRustPackage {
pname = "niri";
version = "0.1.0";
src = fetchFromGitHub {
owner = "YaLTeR";
repo = "niri";
hash = "sha256-889d062df7d89bf8084414c6f8fd87075c3cf85a";
};
cargoSha = lib.fakeHash;
meta = with lib; {
description = "";
homepage = "";
license = license.gpl3Only;
};
}

View file

@ -1,5 +1,6 @@
pkgs: with pkgs; [ pkgs: with pkgs; [
gnomeExtensions.paperwm gnomeExtensions.paperwm
gnome.gnome-characters
thunderbird thunderbird
helix helix
nil nil