mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Add docker and fish to murk
Fix i3status
This commit is contained in:
parent
0b2342ff13
commit
6478868ff0
2 changed files with 153 additions and 135 deletions
|
|
@ -1,7 +1,14 @@
|
|||
{ pkgs, lib, config, osConfig, inputs, ... }:
|
||||
let cfg = osConfig.mods;
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
config,
|
||||
osConfig,
|
||||
inputs,
|
||||
...
|
||||
}: let
|
||||
cfg = osConfig.mods;
|
||||
in {
|
||||
imports = [ inputs.impermanence.homeManagerModules.impermanence ];
|
||||
imports = [inputs.impermanence.homeManagerModules.impermanence];
|
||||
|
||||
# Modules
|
||||
mods.xdg.enable = true;
|
||||
|
|
@ -20,11 +27,12 @@ in {
|
|||
pulseaudio
|
||||
pavucontrol
|
||||
alsa-utils
|
||||
|
||||
docker
|
||||
fish
|
||||
]
|
||||
|
||||
# Non-free </3
|
||||
|
||||
++ [ google-cloud-sdk ];
|
||||
++ [google-cloud-sdk];
|
||||
|
||||
# Hardware preferences
|
||||
## Monitors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue