feat: init wallpapers, fix niri cursor

This commit is contained in:
jackjohn7 2026-03-27 00:21:23 -05:00
parent a0ef70743b
commit 556a7bfa38
43 changed files with 439 additions and 20 deletions

View file

@ -1,6 +1,8 @@
{ self, inputs, ... }: {
flake.nixosModules.base = { pkgs, lib, ... }: {
imports = [ inputs.hjem.nixosModules.default ];
nixpkgs.overlays = [ inputs.millennium.overlays.default ];
# Set your time zone.
time.timeZone = "America/Chicago";
@ -19,9 +21,6 @@
LC_TIME = "en_US.UTF-8";
};
services.xserver.displayManager.gdm.enable = true;
services.xserver.desktopManager.gnome.enable = true;
# Enable the X11 windowing system.
services.xserver.enable = true;