shelman->patagia
This commit is contained in:
parent
ad56904021
commit
9bbd3fa12e
14 changed files with 26 additions and 25 deletions
|
@ -19,5 +19,5 @@
|
|||
./wezterm.nix
|
||||
];
|
||||
|
||||
options.shelman.desktop.enable = lib.mkEnableOption "Desktop environment";
|
||||
options.patagia.desktop.enable = lib.mkEnableOption "Desktop environment";
|
||||
}
|
||||
|
|
|
@ -19,7 +19,7 @@ let
|
|||
};
|
||||
in
|
||||
{
|
||||
config = lib.mkIf config.shelman.desktop.enable {
|
||||
config = lib.mkIf config.patagia.desktop.enable {
|
||||
|
||||
home.packages = with pkgs; [
|
||||
inputs.ghostty.packages.${pkgs.system}.default
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
}:
|
||||
with lib.hm.gvariant;
|
||||
{
|
||||
config = lib.mkIf config.shelman.desktop.enable {
|
||||
config = lib.mkIf config.patagia.desktop.enable {
|
||||
home.packages = with pkgs; [
|
||||
gnome-tweaks
|
||||
gnome-pomodoro
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
...
|
||||
}:
|
||||
{
|
||||
config = lib.mkIf config.shelman.desktop.enable {
|
||||
config = lib.mkIf config.patagia.desktop.enable {
|
||||
|
||||
home.packages = with pkgs; [ tor-browser ];
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
config = lib.mkIf config.shelman.desktop.enable {
|
||||
config = lib.mkIf config.patagia.desktop.enable {
|
||||
|
||||
programs.wezterm = {
|
||||
enable = true;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{ inputs, pkgs, ... }:
|
||||
{
|
||||
shelman = {
|
||||
patagia = {
|
||||
desktop.enable = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue