rearranged speccon18.nix
This commit is contained in:
parent
000c6ea493
commit
ca7ac8bad4
1 changed files with 12 additions and 14 deletions
|
|
@ -1,21 +1,19 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
home = {
|
||||
username = "speccon18";
|
||||
homeDirectory = "/home/speccon18";
|
||||
stateVersion = "22.11";
|
||||
packages = [
|
||||
pkgs.firefox
|
||||
pkgs.vscodium-fhs
|
||||
pkgs.alacritty
|
||||
pkgs.starship
|
||||
pkgs.diff-so-fancy
|
||||
];
|
||||
};
|
||||
programs = {
|
||||
home-manager.users.speccon18 = {
|
||||
home = {
|
||||
username = "speccon18";
|
||||
homeDirectory = "/home/speccon18";
|
||||
stateVersion = "22.11";
|
||||
packages = [
|
||||
pkgs.firefox
|
||||
pkgs.vscodium-fhs
|
||||
pkgs.alacritty
|
||||
pkgs.starship
|
||||
pkgs.diff-so-fancy
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
direnv = {
|
||||
enableZshIntegration = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue