rearranged speccon18.nix
This commit is contained in:
parent
60b9bd6047
commit
000c6ea493
1 changed files with 13 additions and 12 deletions
|
|
@ -3,7 +3,11 @@
|
||||||
{
|
{
|
||||||
programs = {
|
programs = {
|
||||||
home-manager.users.speccon18 = {
|
home-manager.users.speccon18 = {
|
||||||
home.packages = [
|
home = {
|
||||||
|
username = "speccon18";
|
||||||
|
homeDirectory = "/home/speccon18";
|
||||||
|
stateVersion = "22.11";
|
||||||
|
packages = [
|
||||||
pkgs.firefox
|
pkgs.firefox
|
||||||
pkgs.vscodium-fhs
|
pkgs.vscodium-fhs
|
||||||
pkgs.alacritty
|
pkgs.alacritty
|
||||||
|
|
@ -11,11 +15,8 @@
|
||||||
pkgs.diff-so-fancy
|
pkgs.diff-so-fancy
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
home = {
|
|
||||||
username = "speccon18";
|
|
||||||
homeDirectory = "/home/speccon18";
|
|
||||||
stateVersion = "22.11";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
direnv = {
|
direnv = {
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue