dotfiles/os/default.nix
Geoffrey Frogeye 0229cab124
Show time
Ok no actually I meant Fix time but Show time sounds good so that's
officially the commit's name now.
2025-02-13 13:39:39 +01:00

25 lines
339 B
Nix

{ disko, ... }:
{
imports = [
../options.nix
../common/frogarized
./battery.nix
./boot
./ccc
./common.nix
./cuda
./desktop
./dev
disko.nixosModules.disko
./gaming
./geoffrey.nix
./password
./printing
./remote-builds
./style
./syncthing
./time
./wireless
];
}