added plasma for testing purposes, updated flake
seriously plasma is SO buggy the way i have it set up i just wanted to check if an issue was with hyprland or wayland in general, and it appears to be wayland lmao
This commit is contained in:
parent
77c8c56a4b
commit
fb367166a5
8 changed files with 349 additions and 34 deletions
|
@ -55,6 +55,12 @@
|
|||
url = "github:sodiboo/niri-flake";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
plasma-manager = {
|
||||
url = "github:nix-community/plasma-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.home-manager.follows = "home-manager";
|
||||
};
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
@ -156,6 +162,7 @@
|
|||
inputs.nix-flatpak.homeManagerModules.nix-flatpak
|
||||
inputs.niri.homeModules.niri
|
||||
inputs.niri.homeModules.stylix
|
||||
inputs.plasma-manager.homeManagerModules.plasma-manager
|
||||
];
|
||||
};
|
||||
# set formatter, using nixfmt-tree here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue