433 current 2024-04-19 17:31:43 24.05.20240419.193037d 6.8.6-zen1 *

This commit is contained in:
zackartz 2024-04-19 17:31:45 -04:00
parent b352b191dc
commit 9f38900605
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
6 changed files with 58 additions and 34 deletions

View file

@ -10,7 +10,6 @@
}: {
imports = [
# Include the results of the hardware scan.
../../env/wayland
({
options,
lib,
@ -31,6 +30,21 @@
};
};
# specialisation = {
# bspwm.configuration = {
# imports = [
# ../../env/x11
# ];
# environment.etc."specialisation".text = "bspwm";
# };
# hyprland.configuration = {
# imports = [
# ../../env/wayland
# ];
# environment.etc."specialisation".text = "hyprland";
# };
# };
nix.gc = {
automatic = true;
dates = "weekly";