Add kitty, obs, and scripts skeleton code
Also refactors some flake.nix code to not use dictionaries
This commit is contained in:
parent
c9cd42eaa3
commit
c97d94408e
7 changed files with 111 additions and 121 deletions
10
services/scripts/default.nix
Normal file
10
services/scripts/default.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
let
|
||||
select = import ./select.nix { inherit pkgs; };
|
||||
in
|
||||
{
|
||||
home.packages = [
|
||||
select
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue