changes to niri
This commit is contained in:
parent
6486eb7eb7
commit
ac2c321e1c
3 changed files with 3 additions and 67 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue