Update and rename fred.nix to gnome-hm.nix

This commit is contained in:
ediblerope 2026-01-20 08:38:40 +00:00 committed by GitHub
parent e006634621
commit bc71dd4f86
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 105 additions and 12 deletions

View file

@ -1,12 +0,0 @@
# settings/fred.nix
{ config, pkgs, lib, ... }: # Add lib here!
{
# Define the state version for Home Manager
home.stateVersion = "25.11";
# Packages for user
home.packages = with pkgs; [
#
];
}