Add gjs and gnome-tweaks.
This commit is contained in:
parent
af5a7cf7c5
commit
358c9f0468
6 changed files with 4 additions and 5 deletions
|
@ -5,7 +5,6 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../../roles/laptop.nix
|
|
||||||
../../roles/zfs.nix
|
../../roles/zfs.nix
|
||||||
../../base.nix
|
../../base.nix
|
||||||
../../users/root.nix
|
../../users/root.nix
|
||||||
|
@ -15,7 +14,7 @@
|
||||||
../../roles/nix-ld.nix
|
../../roles/nix-ld.nix
|
||||||
../../roles/tailscale.nix
|
../../roles/tailscale.nix
|
||||||
../../roles/podman.nix
|
../../roles/podman.nix
|
||||||
../../roles/mate.nix
|
../../roles/gnome.nix
|
||||||
../../roles/flatpak.nix
|
../../roles/flatpak.nix
|
||||||
../../roles/games.nix
|
../../roles/games.nix
|
||||||
];
|
];
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
./gui.nix
|
./gui.nix
|
||||||
];
|
];
|
||||||
|
@ -16,4 +15,6 @@
|
||||||
gnome-console
|
gnome-console
|
||||||
gnome-tour
|
gnome-tour
|
||||||
];
|
];
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [ gnome-tweaks ];
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
./pipewire.nix
|
./pipewire.nix
|
||||||
./non-virtual.nix
|
./non-virtual.nix
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
./gui.nix
|
./gui.nix
|
||||||
];
|
];
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
keepassxc
|
keepassxc
|
||||||
podman-desktop
|
podman-desktop
|
||||||
devpod
|
devpod
|
||||||
|
gjs
|
||||||
unstable.fractal
|
unstable.fractal
|
||||||
element-desktop
|
element-desktop
|
||||||
discord
|
discord
|
||||||
|
|
Loading…
Add table
Reference in a new issue