mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
clean up
This commit is contained in:
parent
eceb48542f
commit
f7b7ce41ce
3 changed files with 8 additions and 29 deletions
18
home.nix
18
home.nix
|
@ -1,20 +1,12 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
# Home Manager needs a bit of information about you and the
|
||||
# paths it should manage.
|
||||
home.username = "aaronh";
|
||||
home.homeDirectory = "/home/aaronh";
|
||||
|
||||
# This value determines the Home Manager release that your
|
||||
# configuration is compatible with. This helps avoid breakage
|
||||
# when a new Home Manager release introduces backwards
|
||||
# incompatible changes.
|
||||
#
|
||||
# You can update Home Manager without changing this value. See
|
||||
# the Home Manager release notes for a list of state version
|
||||
# changes in each release.
|
||||
home.stateVersion = "24.11";
|
||||
home = {
|
||||
username = "aaronh";
|
||||
homeDirectory = "/home/aaronh";
|
||||
stateVersion = "24.11";
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
deja-dup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue