refactor home/tiling
refactor home/terminal refactor home/apps refactor home/services refactor home/games
This commit is contained in:
parent
c241155b93
commit
e228035134
31 changed files with 39 additions and 21 deletions
|
|
@ -1,21 +0,0 @@
|
|||
{pkgs, ...}: {
|
||||
imports = [
|
||||
./niri.nix
|
||||
./noctalia.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
xdg-desktop-portal
|
||||
brightnessctl
|
||||
qt6Packages.qt6ct
|
||||
libsForQt5.qt5ct
|
||||
catppuccin-qt5ct
|
||||
xwayland-satellite
|
||||
playerctl
|
||||
];
|
||||
|
||||
xsession = {
|
||||
enable = true;
|
||||
windowManager.command = "niri";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue