mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Fix monitors
This commit is contained in:
parent
2aa91c36d7
commit
02b0f4bc18
10 changed files with 48 additions and 35 deletions
|
|
@ -8,7 +8,7 @@
|
|||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
xwayland.enable = true;
|
||||
systemd.enable = true;
|
||||
# systemd.enable = true;
|
||||
settings = {
|
||||
exec-once = "${lib.getExe pkgs.waybar}";
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
lib.mkEnableOption "enables social media clients";
|
||||
|
||||
config = lib.mkIf config.mods.social.enable {
|
||||
home.packages = with pkgs; lib.mkAfter [
|
||||
home.packages = with pkgs; [
|
||||
# Communication
|
||||
kotatogram-desktop
|
||||
signal-desktop
|
||||
|
|
|
|||
|
|
@ -2,11 +2,6 @@
|
|||
options.mods.terminal.tools.enable = lib.mkEnableOption "enables cli tools";
|
||||
|
||||
config = lib.mkIf config.mods.terminal.tools.enable {
|
||||
programs.nh = {
|
||||
enable = true;
|
||||
flake = config.xdg.configFile."home";
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
# libraries
|
||||
glow
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue