chore: move some things around
This commit is contained in:
parent
7e204a26a7
commit
d82af8f0e1
5 changed files with 8 additions and 13 deletions
|
@ -36,10 +36,8 @@ in {
|
|||
console.keyMap = "fr";
|
||||
|
||||
environment = {
|
||||
systemPackages = with pkgs; let
|
||||
inherit (pkgs.stdenv.hostPlatform) system;
|
||||
in [
|
||||
agenix.packages.${system}.default
|
||||
systemPackages = with pkgs; [
|
||||
agenix.packages.${pkgs.system}.default
|
||||
neovim
|
||||
git
|
||||
curl
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
opengl.enable = true;
|
||||
pulseaudio.enable = false;
|
||||
|
||||
# xone.enable = true;
|
||||
xone.enable = true;
|
||||
xpadneo.enable = true;
|
||||
};
|
||||
|
||||
|
@ -62,15 +62,12 @@
|
|||
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
# font-manager
|
||||
chromium
|
||||
gimp
|
||||
gnome.gnome-calculator
|
||||
gparted
|
||||
jetbrains.idea-ultimate
|
||||
libreoffice-fresh
|
||||
mate.eom
|
||||
mold
|
||||
mpv
|
||||
nwg-look
|
||||
obs-studio
|
||||
|
@ -81,7 +78,6 @@
|
|||
(prismlauncher.override {
|
||||
jdks = [temurin-bin-21 temurin-bin-17 temurin-bin-8];
|
||||
})
|
||||
sccache
|
||||
shotcut
|
||||
(vesktop.override {withSystemVencord = false;})
|
||||
wine-discord-ipc-bridge
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue