chore: Move several programs to flakes

This commit is contained in:
DashieTM 2024-05-20 21:31:07 +02:00
parent d79f636669
commit cd44f31f45
11 changed files with 708 additions and 589 deletions

View file

@ -48,32 +48,23 @@ in
brave
greetd.regreet
sops
(callPackage
../override/oxinoti.nix
{ })
(callPackage
../override/oxidash.nix
{ })
(callPackage
../override/oxicalc.nix
{ })
(callPackage
../override/oxipaste.nix
{ })
(callPackage
../override/oxishut.nix
{ })
flake-checker
(callPackage
../override/streamdeck.nix
{ })
(callPackage
../override/reset.nix
{ })
(callPackage
../override/cambalache.nix
{ })
];
#my own programs
programs.oxicalc.enable = true;
programs.oxinoti.enable = true;
programs.oxidash.enable = true;
programs.oxishut.enable = true;
programs.oxipaste.enable = true;
programs.reset.enable = true;
home.username = "dashie";
home.homeDirectory = "/home/dashie";
home.stateVersion = "24.05";