mirror of
https://github.com/caperren/nixos-configs.git
synced 2025-11-08 11:41:14 +00:00
Added streamdeck config and icons to home-manager, moved jetbrains toolbox desktop entry to dotfiles
This commit is contained in:
@@ -1,19 +1,4 @@
|
||||
{ config, pkgs, ... }:
|
||||
let
|
||||
jetbrainsToolboxDesktopEntry = pkgs.writeTextFile {
|
||||
name = "jetbrains-toolbox-desktop";
|
||||
destination = "/share/applications/jetbrains-toolbox.desktop";
|
||||
text = ''
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=JetBrains Toolbox
|
||||
Exec=jetbrains-toolbox
|
||||
Icon=jetbrains-toolbox
|
||||
Terminal=false
|
||||
Categories=Development;IDE;
|
||||
'';
|
||||
};
|
||||
in
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
arduino-ide
|
||||
@@ -21,7 +6,6 @@ in
|
||||
gcc
|
||||
gnumake
|
||||
jetbrains-toolbox
|
||||
jetbrainsToolboxDesktopEntry
|
||||
nix-update
|
||||
nixfmt-rfc-style
|
||||
nixos-generators
|
||||
|
||||
Reference in New Issue
Block a user