mirror of
https://codeberg.org/muon/home.git
synced 2026-07-03 23:49:35 +00:00
Fix mups
This commit is contained in:
parent
0e00821e0e
commit
bbc1b6f794
8 changed files with 66 additions and 94 deletions
|
|
@ -1,8 +1,13 @@
|
|||
{ pkgs, lib, osConfig,... }: {
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
osConfig,
|
||||
...
|
||||
}: {
|
||||
# Modules
|
||||
mods.terminal.zsh.enable = true;
|
||||
mods.terminal.development.enable = true;
|
||||
mods.terminal.tools.enable = true;
|
||||
# mods.terminal.development.enable = true;
|
||||
# mods.terminal.tools.enable = true;
|
||||
|
||||
# Version of first install
|
||||
home.stateVersion = "24.05";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue