chore: Move several programs to flakes
This commit is contained in:
parent
d79f636669
commit
cd44f31f45
11 changed files with 708 additions and 589 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -1,10 +1,15 @@
|
|||
{ inputs, pkgs, mod, ... }:
|
||||
let
|
||||
base_imports = [
|
||||
inputs.hyprland.homeManagerModules.default
|
||||
inputs.hyprlock.homeManagerModules.default
|
||||
inputs.anyrun.homeManagerModules.default
|
||||
inputs.ironbar.homeManagerModules.default
|
||||
inputs.oxicalc.homeManagerModules.default
|
||||
inputs.oxishut.homeManagerModules.default
|
||||
inputs.oxinoti.homeManagerModules.default
|
||||
inputs.oxidash.homeManagerModules.default
|
||||
inputs.oxipaste.homeManagerModules.default
|
||||
inputs.reset.homeManagerModules.default
|
||||
inputs.nix-flatpak.homeManagerModules.nix-flatpak
|
||||
inputs.sops-nix.homeManagerModules.sops
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue