This commit is contained in:
do butterflies cry? 2026-02-22 13:01:32 +10:00
parent 8efd7c34ce
commit e4f2f7b6a7
7 changed files with 153 additions and 39 deletions

View file

@ -1,20 +1,15 @@
{
inputs,
pkgs,
upkgs,
config,
...
}: {
imports = with inputs; [
imports = [
./programs.nix
../../hosts/modules/bashistrans.nix
../../hosts/modules/wm/hyprland.nix
../../hosts/modules/steam.nix
../../hosts/modules/obsidian.nix
grub2-themes.nixosModules.default
nix-flatpak.nixosModules.nix-flatpak
];
boot.loader.grub2-theme = {
@ -31,8 +26,8 @@
# sddm relies on pkgs.libsForQt5.qt5.qtgraphicaleffects
sddm = {
enable = true;
wayland.enable = true; # experimental
theme = "corners";
wayland.enable = ! config.services.xserver.enable; # experimental
# theme = "corners";
};
defaultSession =
"hyprland"
@ -111,9 +106,9 @@
# Hint Electrons apps to use Wayland
NIXOS_OZONE_WL = "1";
};
systemPackages = with pkgs; [
sddm-theme-corners
];
# systemPackages = with pkgs; [
# sddm-theme-corners
# ];
};
# ------- USERS -------

View file

@ -6,7 +6,7 @@
# ---- SYSTEM PACKAGES -----
environment.systemPackages = with pkgs; [
# User Environment
swww
awww # swww
helvum
easyeffects
pavucontrol