mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Add actual
This commit is contained in:
parent
a66db93e43
commit
4f83438dbb
3 changed files with 116 additions and 8 deletions
|
|
@ -6,6 +6,8 @@ in {
|
|||
# Hardware
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
inputs.shabitica.nixosModules."x86_64-linux".default
|
||||
inputs.actual.nixosModules.default
|
||||
];
|
||||
|
||||
# System
|
||||
|
|
@ -36,6 +38,7 @@ in {
|
|||
mods.wireguard.enable = true;
|
||||
|
||||
services.xserver.windowManager.i3.enable = true;
|
||||
services.actual.enable = true;
|
||||
|
||||
# Proprietary </3
|
||||
mods.unfree.steam.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue