Kabbone
d16898adf8
comment out freecad because pyside is broken set python311 to fix nose dependency in unstable
18 lines
282 B
Nix
18 lines
282 B
Nix
#
|
|
# Gnome NixOS & Home manager configuration
|
|
#
|
|
# flake.nix
|
|
# ├─ ./hosts
|
|
# │ └─ ./steamdeck
|
|
# │ └─ home.nix
|
|
# └─ ./modules
|
|
# └─ ./desktop
|
|
# └─ ./gnome
|
|
# └─ home.nix *
|
|
#
|
|
|
|
{ config, lib, pkgs, ... }:
|
|
{
|
|
|
|
}
|