Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kdeplasma6 #30

Merged
merged 2 commits into from
Mar 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
108 changes: 54 additions & 54 deletions flake.lock

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

7 changes: 6 additions & 1 deletion parts/hosts/jetbundle/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,12 @@
disko.nixosModules.disko
nixos-hardware.nixosModules.lenovo-thinkpad-x270
nix-gaming.nixosModules.pipewireLowLatency
nix-gaming.nixosModules.steamCompat

# TODO fails with The option `programs.steam.extraCompatPackages' in
# `/nix/store/nra828scc8qs92b9pxra5csqzffb6hpl-source/nixos/modules/programs/steam.nix'
# is already declared in
# `/nix/store/cqapfi5bvhzvarrbi2h1qrf2dav5r1nd-source/flake.nix#nixosModules.steamCompat'.
# nix-gaming.nixosModules.steamCompat
./hardware-configuration.nix
./disko.nix
];
Expand Down
7 changes: 6 additions & 1 deletion parts/hosts/spinorbundle/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,12 @@
imports = with inputs; [
disko.nixosModules.disko
nix-gaming.nixosModules.pipewireLowLatency
nix-gaming.nixosModules.steamCompat

# TODO fails with The option `programs.steam.extraCompatPackages' in
# `/nix/store/nra828scc8qs92b9pxra5csqzffb6hpl-source/nixos/modules/programs/steam.nix'
# is already declared in
# `/nix/store/cqapfi5bvhzvarrbi2h1qrf2dav5r1nd-source/flake.nix#nixosModules.steamCompat'.
# nix-gaming.nixosModules.steamCompat
./hardware-configuration.nix
./disko.nix
];
Expand Down
19 changes: 8 additions & 11 deletions parts/modules/nixos/profiles/graphical-plasma6.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,15 @@ in {

environment.systemPackages = with pkgs; [
# -- GENERAL PACKAGES --
libnotify
notify-desktop
libnotify # A library that sends desktop notifications to a notification daemon
notify-desktop # Little application that lets you send desktop notifications with one command
wl-clipboard # Command-line copy/paste utilities for Wayland
maim # A command-line screenshot utility

wl-clipboard
maim

wireshark
wireshark # Powerful network protocol analyzer
pgadmin4 # Administration and development platform for PostgreSQL
mqttui # Terminal client for MQTT
mqttx # Powerful cross-platform MQTT 5.0 Desktop, CLI, and WebSocket client tools

# -- UTILS NEEDED FOR INFO-CENTER --
clinfo # Print all known information about all available OpenCL platforms and devices in the system
Expand Down Expand Up @@ -98,11 +100,6 @@ in {
kdePackages.kdepim-addons
kdePackages.libkdepim

# TODO: akonadi not working due to missing qmysql connector? HElp?
mariadb # An enhanced, drop-in replacement for MySQL, needed for akonadictl
libmysqlclient # Client library that can be used to connect to MySQL or MariaDB
libmysqlconnectorcpp # C++ library for connecting to mysql servers

krita # A free and open source painting application
kdePackages.kdenlive # Video editor
kdePackages.kcolorpicker # Qt based Color Picker with popup menu
Expand Down
4 changes: 2 additions & 2 deletions parts/pkgs/polonium-nightly.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ buildNpmPackage {
src = fetchFromGitHub {
owner = "zeroxoneafour";
repo = "polonium";
rev = "60dc024494fbcb58891740659ba79e5a48e6a5b6";
hash = "sha256-3+bsu0GUgUNLCUQAfgALe/DNjmxuHDA70G4ty/HzHPk=";
rev = "0416e4e2c056dd1264a28547a79b4f8aba2e03e8";
hash = "sha256-8+IOEW0Ceq3EYU2zsJu1P/0vxnJ4JdJ+9D9SqGAZYiw=";
};

npmDepsHash = "sha256-kaT3Uyq+/JkmebakG9xQuR4Kjo7vk6BzI1/LffOj/eo=";
Expand Down