add awww
This commit is contained in:
parent
8efd7c34ce
commit
e4f2f7b6a7
7 changed files with 153 additions and 39 deletions
|
|
@ -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 -------
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
# ---- SYSTEM PACKAGES -----
|
||||
environment.systemPackages = with pkgs; [
|
||||
# User Environment
|
||||
swww
|
||||
awww # swww
|
||||
helvum
|
||||
easyeffects
|
||||
pavucontrol
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue