mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Add hyprland
This commit is contained in:
parent
e2e390efdf
commit
d676358f1a
9 changed files with 279 additions and 1 deletions
|
|
@ -8,6 +8,7 @@ in {
|
|||
];
|
||||
|
||||
# System
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
mods.user.name = "muon";
|
||||
networking.hostName = cfg.user.name;
|
||||
|
||||
|
|
@ -24,6 +25,18 @@ in {
|
|||
|
||||
# Modules
|
||||
mods.desktop.enable = true;
|
||||
mods.theme.enable = true;
|
||||
mods.theme.wallpaper = ./wallpaper.png;
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
xwayland.enable = true;
|
||||
};
|
||||
|
||||
hardware = {
|
||||
opengl.enable = true;
|
||||
nvidia.modesetting.enable = true;
|
||||
};
|
||||
|
||||
services.xserver.windowManager.qtile.enable = true;
|
||||
|
||||
# Version of first install
|
||||
|
|
|
|||
|
|
@ -6,6 +6,16 @@ let cfg = osConfig.mods; in {
|
|||
|
||||
# Modules
|
||||
# mods.module.enable = true;
|
||||
programs.helix.enable = true;
|
||||
programs.qutebrowser.enable = true;
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
xwayland.enable = true;
|
||||
systemd.enable = true;
|
||||
settings = {
|
||||
debug.disable_logs = false;
|
||||
};
|
||||
};
|
||||
|
||||
# Version of first install
|
||||
home.stateVersion = "23.05";
|
||||
|
|
|
|||
BIN
hosts/muon/wallpaper.png
Normal file
BIN
hosts/muon/wallpaper.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 283 KiB |
Loading…
Add table
Add a link
Reference in a new issue