mirror of
https://github.com/blahai/nyx.git
synced 2025-06-17 22:27:01 -04:00
a lot of shit also baibai home manager, hello hjem
This commit is contained in:
parent
bc82345beb
commit
2c8f822b83
37 changed files with 1277 additions and 168 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
osConfig,
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
|
@ -9,7 +9,7 @@ in {
|
|||
home.packages = with pkgs; [
|
||||
neofetch
|
||||
];
|
||||
programs = mkIf osConfig.olympus.programs.fish.enable {
|
||||
programs = mkIf config.olympus.programs.fish.enable {
|
||||
fish = {
|
||||
enable = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue