mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 11:35:41 +00:00
Add files
This commit is contained in:
parent
23878851bd
commit
74000547ea
19 changed files with 764 additions and 0 deletions
28
home/toast/home.nix
Normal file
28
home/toast/home.nix
Normal file
|
@ -0,0 +1,28 @@
|
|||
{ config, pkgs, inputs, ... }:
|
||||
{
|
||||
imports = [
|
||||
inputs.nixvim.homeManagerModules.nixvim
|
||||
inputs.nixcord.homeModules.nixcord
|
||||
|
||||
./programs/kitty.nix
|
||||
./programs/git.nix
|
||||
./programs/nixvim.nix
|
||||
./programs/fonts.nix
|
||||
./programs/hyprland.nix
|
||||
./programs/tofi.nix
|
||||
./programs/wlogout.nix
|
||||
./programs/zsh.nix
|
||||
./programs/firefox.nix
|
||||
./programs/yazi.nix
|
||||
./programs/nixcord.nix
|
||||
];
|
||||
|
||||
home = {
|
||||
username = "toast";
|
||||
homeDirectory = "/home/toast";
|
||||
stateVersion = "24.11";
|
||||
};
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
systemd.user.startServices = "sd-switch";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue