added t480s to flake
This commit is contained in:
parent
bab8b21778
commit
d5a63021f0
4 changed files with 226 additions and 0 deletions
17
home/ooks/ookst480s.nix
Normal file
17
home/ooks/ookst480s.nix
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue