feat(gampo): feature parity with marpa

This commit is contained in:
Lucien Cartier-Tilet 2025-05-20 17:36:33 +02:00
parent e0a06e39cd
commit c08eefcaff
Signed by: phundrak
SSH Key Fingerprint: SHA256:PKiD+T7oShFqdUOz1Yo8AIAtwFwCaNVoi0YmMobDd6E
3 changed files with 9 additions and 8 deletions

View File

@ -1,6 +1,3 @@
# Edit this configuration file to define what should be installed on
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ {
config, config,
pkgs, pkgs,
@ -9,11 +6,13 @@
}: { }: {
imports = [ imports = [
inputs.sops-nix.nixosModules.sops inputs.sops-nix.nixosModules.sops
./system/hardware-configuration.nix ./hardware-configuration.nix
./services.nix ./services
../../modules/system.nix
../../modules/sops.nix
../../modules/opentablet.nix ../../modules/opentablet.nix
../../modules/sops.nix
../../modules/system.nix
../../programs/flatpak.nix
../../programs/hyprland.nix
../../programs/steam.nix ../../programs/steam.nix
]; ];
@ -40,6 +39,8 @@
sound.enable = true; sound.enable = true;
}; };
modules.hyprland.enable = true;
security.rtkit.enable = true; security.rtkit.enable = true;
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:

View File

@ -1,6 +1,6 @@
{ {
imports = [ imports = [
./services/gnome.nix ./gnome.nix
]; ];
services = { services = {