added t480s to flake

This commit is contained in:
ooks-io 2023-08-18 12:10:22 +12:00
parent bab8b21778
commit d5a63021f0
4 changed files with 226 additions and 0 deletions

17
home/ooks/ookst480s.nix Normal file
View file

@ -0,0 +1,17 @@
{ inputs, outputs, ... }:
{
imports = [
./opt/nvim
./opt/shell
./opt/desktop/hyprland
./standard
];
colorscheme = inputs.nix-colors.colorSchemes.everforest;
home.username = "ooks";
home.homeDirectory = "/home/ooks";
programs.home-manager.enable = true;
}