mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-16 20:55:06 +01:00
niri
This commit is contained in:
parent
bcfac2a1ba
commit
4c617077b2
6 changed files with 775 additions and 10 deletions
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
{ pkgs
|
||||
, inputs
|
||||
, lib
|
||||
, ...
|
||||
}:
|
||||
let
|
||||
|
|
@ -20,6 +21,7 @@ in
|
|||
./git.nix
|
||||
./firefox.nix
|
||||
./vscode.nix
|
||||
./waybar.nix
|
||||
];
|
||||
|
||||
home = {
|
||||
|
|
@ -32,6 +34,10 @@ in
|
|||
plugins = with pkgs.obs-studio-plugins; [ obs-pipewire-audio-capture ];
|
||||
};
|
||||
|
||||
programs.niri = {
|
||||
config = builtins.readFile ./config.kdl;
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
audacity
|
||||
customPkgs.cargo-bisect-rustc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue