File cleanup

This commit is contained in:
Zonsopkomst 2024-03-20 20:43:27 -05:00
parent 2fb94e4013
commit ab1514ec89
2 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
{ config, pkgs, inputs, ... }:
{ config, pkgs, ... }:
{
# Home Manager needs a bit of information about you and the
@ -6,10 +6,6 @@
home.username = "zonsopkomst";
home.homeDirectory = "/home/zonsopkomst";
home.packages = [
inputs.gnucashpkgs.legacyPackages.x86_64-linux.gnucash
];
# 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

View File

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ config, pkgs, inputs, ... }:
{
home-manager.users.zonsopkomst = { pkgs, ... }: {
@ -64,6 +64,10 @@
zathura # PDF Viewer
];
home.packages = [
inputs.gnucashpkgs.legacyPackages.x86_64-linux.gnucash
];
imports = [
../../config/config.nix
../../common/emacs.nix