Changed how additonal home manager modules are imported. Started work on desktop environment specific specialisations. Started actually configuring hyprland
This commit is contained in:
@ -1,33 +1,27 @@
|
||||
{pkgs, inputs, ...}:
|
||||
{
|
||||
|
||||
imports = [
|
||||
inputs.noctalia.homeModules.default
|
||||
];
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
xwayland.enable = true;
|
||||
xwayland.enable = true;
|
||||
|
||||
#settings = {
|
||||
# bind = [
|
||||
# "SUPER, Space, pkill rofi || rofi -show drun -modi drun,filebrowser,run,window"
|
||||
# ];
|
||||
#};
|
||||
#settings = {
|
||||
# bind = [
|
||||
# "SUPER, Space, pkill rofi || rofi -show drun -modi drun,filebrowser,run,window"
|
||||
# ];
|
||||
#};
|
||||
|
||||
extraConfig = builtins.readFile ./hyprland.conf;
|
||||
|
||||
#extraConfig =
|
||||
# ''
|
||||
# input {
|
||||
# kb_layout = de
|
||||
# # kb_variant =
|
||||
# # kb_model =
|
||||
# # kb_rules =
|
||||
# # kb_options = caps:Super_L
|
||||
# # follow_mouse = 1
|
||||
# # accel_profile = flat
|
||||
# # force_no_accel = true
|
||||
# # touchpad {
|
||||
# # natural_scroll = no
|
||||
# #}
|
||||
# #sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
||||
# #}
|
||||
# '';
|
||||
extraConfig = builtins.readFile ./hyprland.conf;
|
||||
};
|
||||
|
||||
programs = {
|
||||
noctalia-shell = {
|
||||
#enable = true;
|
||||
systemd.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user