wip: add niri wm
This commit is contained in:
parent
278f87f4c7
commit
c2ab4f76cc
7 changed files with 861 additions and 0 deletions
|
|
@ -27,6 +27,8 @@
|
|||
imports = [
|
||||
../home/all.nix
|
||||
../home/browsers/firefox/default.nix
|
||||
../home/tiling/niri/default.nix
|
||||
../home/tiling/waybar/default.nix
|
||||
../home/systemd/default.nix
|
||||
../home/terminal/btop/default.nix
|
||||
../home/terminal/fish/default.nix
|
||||
|
|
@ -165,6 +167,8 @@
|
|||
services.openssh.enable = true;
|
||||
networking.firewall.enable = false;
|
||||
|
||||
programs.niri.enable = true;
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
# settings for stateful data, like file locations and database versions
|
||||
# on your system were taken. It‘s perfectly fine and recommended to leave
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue