Initial usable dragyx/flocke config

This commit is contained in:
Dragyx 2024-04-14 22:14:28 +02:00
commit f4e1faa2c6
13 changed files with 568 additions and 64 deletions

View file

@ -1,12 +1,11 @@
{ config, pkgs, ... }:
{ config, lib, pkgs, ... }:
with lib;
let
username = config.modules.other.system.username;
cfg = config.modules.WM.hyprland;
in
{
config = mkIf cfg.enable {
environment.systemPackages = with pkgs; [
rofi-wayland
@ -27,9 +26,8 @@ let
# hyprland settings
home-manager.users.${username} = {
programs.hyprland.settings = {
programs.waybar.enable = true;
wayland.windowManager.hyprland.settings = {
input = {
kb_layout = "us";
natural_scroll = true;