summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix18
1 files changed, 10 insertions, 8 deletions
diff --git a/flake.nix b/flake.nix
index 36af18b..8f9e7f4 100644
--- a/flake.nix
+++ b/flake.nix
@@ -2,14 +2,14 @@ rec {
description = "TimmyOS System Config";
inputs = {
- nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
+ nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
sops-nix = {
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
home-manager = {
- url = "github:nix-community/home-manager/release-24.11";
+ url = "github:nix-community/home-manager/release-25.05";
inputs.nixpkgs.follows = "nixpkgs";
};
arkenfox = {
@@ -24,13 +24,14 @@ rec {
pkgs = nixpkgs.legacyPackages.${system};
userDetails = {
username = "timmy";
- email = "tjkeller.xyz";
+ email = "tjk@tjkeller.xyz";
fullname = "Tim Keller";
- home = with userDetails; with home; {
- root = "/home/${username}";
- downloads = "${root}/dls";
- documents = "${root}/docs";
- pictures = "${root}/pics";
+ home = "/home/${userDetails.username}";
+ userDirs = with userDetails; {
+ desktop = "${home}";
+ download = "${home}/dls";
+ documents = "${home}/docs";
+ pictures = "${home}/pics";
};
};
homeStateVersion = "24.05"; # Lowest of systems is fine
@@ -70,6 +71,7 @@ rec {
# Configured system hostnames go here
"T430"
"T495"
+ "X230"
"hp-envy-office"
"libreX60"
"optiplex"