Skip to content

Commit

Permalink
chore(apps): remove floorp, firedragon is now based on floorp
Browse files Browse the repository at this point in the history
Also renames xserver options as required by nixpkgs changes.
  • Loading branch information
dr460nf1r3 committed Feb 6, 2024
1 parent 94a938f commit 3964f5a
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 30 deletions.
81 changes: 56 additions & 25 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
url = "github:chaotic-cx/nyx/nyxpkgs-unstable";
inputs.home-manager.follows = "home-manager";
inputs.systems.follows = "systems";
inputs.flake-compat.follows = "flake-compat";
inputs.flake-utils.follows = "flake-utils";
};

# Devshell to set up a development environment
Expand Down
1 change: 0 additions & 1 deletion nixos/modules/apps.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ in {
aspellDicts.en
chromium-flagged
ffmpegthumbnailer
floorp
freerdp
gimp
helvum
Expand Down
4 changes: 2 additions & 2 deletions template/nixos/modules/locales.nix
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ in {
};

# X11 keyboard layout
services.xserver = mkIf cfgDesktops.enable {
services.xserver.xkb = mkIf cfgDesktops.enable {
layout = "de";
xkbVariant = "";
variant = "";
};
};
}

0 comments on commit 3964f5a

Please sign in to comment.