mirror of
https://github.com/JaxTheWolf/nixos.git
synced 2026-04-01 02:00:22 +02:00
mucho updato
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
|
||||
{
|
||||
imports = [
|
||||
./flatpak.nix
|
||||
./gdm-monitors.nix
|
||||
./gnome.nix
|
||||
./packages.nix
|
||||
./programs.nix
|
||||
./services.nix
|
||||
|
||||
10
desktop/modules/flatpak.nix
Normal file
10
desktop/modules/flatpak.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
|
||||
}
|
||||
14
desktop/modules/gnome.nix
Normal file
14
desktop/modules/gnome.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
environment = {
|
||||
systemPackages = with pkgs.gnomeExtensions; [
|
||||
control-monitor-brightness-and-volume-with-ddcutil
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user