Files
.github
.vscode
docs
hydra
keys
lib
modules
systems
artemision
bob
jeeves
jeeves-jr
palatine-hill
rhapsody-in-green
configuration.nix
default.nix
hardware.nix
users
.envrc
.gitconfig
.gitignore
.sops.yaml
checks.nix
flake.lock
flake.nix
shell.nix
sops-mergetool.sh
statix.toml
treefmt.toml
nix-dotfiles/systems/rhapsody-in-green/default.nix

10 lines
194 B
Nix
Raw Normal View History

{ inputs, ... }:
{
2024-04-20 10:25:52 -04:00
users = [ "richie" ];
system = "x86_64-linux";
home = true;
sops = true;
server = false;
modules = [ inputs.nixos-hardware.nixosModules.framework-13-7040-amd ];
}