some shell tweaks, hush
This commit is contained in:
parent
6b2b079a18
commit
5203e0b27e
9 changed files with 177 additions and 108 deletions
|
@ -8,6 +8,7 @@
|
|||
let
|
||||
# inherit (config) rice;
|
||||
niri = (getFlakePkg' inputs.niri "niri-unstable");
|
||||
xwayland-satellite = (getFlakePkg' inputs.niri "xwayland-satellite-unstable");
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
|
@ -24,7 +25,10 @@ in
|
|||
source = "/home/${mainUser}/.nix/graphical/desktop/niri-config.kdl";
|
||||
};
|
||||
# user.xdg.config.files."niri/config.kdl".source = ./desktop/niri-config.kdl;
|
||||
user.packages = [ niri ];
|
||||
user.packages = [
|
||||
niri
|
||||
xwayland-satellite
|
||||
];
|
||||
services.greetd = {
|
||||
enable = true;
|
||||
restart = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue