many changes, too lazy to explain
This commit is contained in:
parent
dbefc3ec9e
commit
5122fa1811
24 changed files with 207 additions and 103 deletions
|
|
@ -1,16 +1,20 @@
|
|||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
upkgs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
imports = with inputs; [
|
||||
./programs.nix
|
||||
|
||||
../../hosts/modules/bashistrans.nix
|
||||
../../hosts/modules/wm/hyprland.nix
|
||||
../../hosts/modules/steam.nix
|
||||
../../hosts/modules/obsidian.nix
|
||||
|
||||
grub2-themes.nixosModules.default
|
||||
nix-flatpak.nixosModules.nix-flatpak
|
||||
];
|
||||
|
||||
boot.loader.grub2-theme = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue