changes to niri

This commit is contained in:
Sean Kovacs 2026-01-15 17:06:17 -05:00
commit ac2c321e1c
Signed by: sckova
GPG key ID: 00F325187C68651A
3 changed files with 3 additions and 67 deletions

View file

@ -1,19 +1,9 @@
{
config,
pkgs,
...
}: let
catppuccin-fuzzel = pkgs.fetchFromGitHub {
owner = "catppuccin";
repo = "fuzzel";
rev = "0af0e26901b60ada4b20522df739f032797b07c3";
sha256 = "sha256-XpItMGsYq4XvLT+7OJ9YRILfd/9RG1GMuO6J4hSGepg=";
};
in {
{pkgs, ...}: {
imports = [
./niri.nix
./noctalia.nix
];
home.packages = with pkgs; [
xdg-desktop-portal
brightnessctl
@ -24,14 +14,6 @@ in {
playerctl
];
home.file = {
".config/niri/scripts" = {
source = ./scripts;
recursive = true;
force = true;
};
};
xsession = {
enable = true;
windowManager.command = "niri";