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