Migrate config (frues-pc machine for now) from https://git.peprolinbot.com/peprolinbot/nixos-config, with improvements
This commit is contained in:
parent
ebd178b0a5
commit
7606f9e051
66 changed files with 9465 additions and 73 deletions
|
@ -1,3 +1,37 @@
|
|||
{...}: {
|
||||
imports = [(import ./zsh.nix)]; # shell
|
||||
{osConfig, ...}: {
|
||||
imports =
|
||||
[
|
||||
./programs
|
||||
./distrobox.nix
|
||||
./git.nix
|
||||
./gpg.nix
|
||||
./packages.nix
|
||||
./services.nix
|
||||
./stylix.nix
|
||||
./zsh.nix
|
||||
]
|
||||
++ (
|
||||
if osConfig.hm-pedro.de != "none"
|
||||
then [
|
||||
./browsers
|
||||
./gtk.nix
|
||||
./kitty.nix
|
||||
./libreoffice.nix
|
||||
./nemo.nix
|
||||
./qt.nix
|
||||
./spotify.nix
|
||||
./vscodium.nix
|
||||
]
|
||||
else []
|
||||
)
|
||||
++ (
|
||||
if osConfig.hm-pedro.de == "hyprland"
|
||||
then [
|
||||
./hyprland
|
||||
./scripts
|
||||
./waybar
|
||||
./mako.nix
|
||||
]
|
||||
else []
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue