add config from gitlab
This commit is contained in:
commit
e02f7f00f9
842 changed files with 297362 additions and 0 deletions
22
home/afoucaultc/home.nix
Normal file
22
home/afoucaultc/home.nix
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
home.username = "afoucaultc";
|
||||
home.homeDirectory = "/home/afoucaultc";
|
||||
home.stateVersion = "26.05";
|
||||
|
||||
imports =
|
||||
[
|
||||
./packages/firefox.nix
|
||||
./packages/git.nix
|
||||
./packages/hyprland.nix
|
||||
./packages/lavi.nix
|
||||
./packages/neovim.nix
|
||||
./packages/other_apps.nix
|
||||
./packages/texlive.nix
|
||||
./packages/zathura.nix
|
||||
./packages/zen.nix
|
||||
./packages/zsh.nix
|
||||
# dotfiles links
|
||||
./dotfiles_apps.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue