20 lines
288 B
Nix
20 lines
288 B
Nix
#
|
|
# Gnome NixOS & Home manager configuration
|
|
#
|
|
# flake.nix
|
|
# ├─ ./hosts
|
|
# │ └─ ./steamdeck
|
|
# │ └─ home.nix
|
|
# └─ ./modules
|
|
# └─ ./desktop
|
|
# └─ ./gnome
|
|
# └─ home.nix *
|
|
#
|
|
{
|
|
config,
|
|
lib,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
}
|