begone, harlot
This commit is contained in:
parent
62ae2dd283
commit
e3a6900276
2 changed files with 0 additions and 39 deletions
|
|
@ -1,18 +0,0 @@
|
||||||
{ pkgs, config, hostName, lib, ... }: {
|
|
||||||
wayland.windowManager.hyprland.settings = {
|
|
||||||
decoration = {
|
|
||||||
shadow_offset = "0 5";
|
|
||||||
"col.shadow" = "rgba(00000099)";
|
|
||||||
};
|
|
||||||
|
|
||||||
"$mod" = "SUPER";
|
|
||||||
|
|
||||||
bindm = [
|
|
||||||
# mouse movements
|
|
||||||
"$mod, mouse:272, movewindow"
|
|
||||||
"$mod, mouse:273, resizewindow"
|
|
||||||
"$mod ALT, mouse:272, resizewindow"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
} # end file
|
|
||||||
|
|
@ -1,21 +0,0 @@
|
||||||
{ config, pkgs, lib, ... }:
|
|
||||||
{
|
|
||||||
programs.hyprland = {
|
|
||||||
enable = true;
|
|
||||||
withUWSM = true; # recommended for most users
|
|
||||||
xwayland.enable = true; # Xwayland can be disabled.
|
|
||||||
};
|
|
||||||
services.greetd = {
|
|
||||||
enable = true;
|
|
||||||
settings = {
|
|
||||||
default_session = {
|
|
||||||
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd hyprland";
|
|
||||||
user = "alisceon";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
environment.systemPackages = with
|
|
||||||
pkgs; [
|
|
||||||
kitty
|
|
||||||
];
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue