prefixed home-manager with programs
This commit is contained in:
parent
3d40fb87e3
commit
60b9bd6047
1 changed files with 9 additions and 9 deletions
|
|
@ -1,16 +1,16 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
home-manager.users.speccon18 = {
|
||||
home.packages = [
|
||||
pkgs.firefox
|
||||
pkgs.vscodium-fhs
|
||||
pkgs.alacritty
|
||||
pkgs.starship
|
||||
pkgs.diff-so-fancy
|
||||
];
|
||||
};
|
||||
programs = {
|
||||
home-manager.users.speccon18 = {
|
||||
home.packages = [
|
||||
pkgs.firefox
|
||||
pkgs.vscodium-fhs
|
||||
pkgs.alacritty
|
||||
pkgs.starship
|
||||
pkgs.diff-so-fancy
|
||||
];
|
||||
};
|
||||
home = {
|
||||
username = "speccon18";
|
||||
homeDirectory = "/home/speccon18";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue