non important commit

This commit is contained in:
Jiří Maxmilián Stříbrný 2026-03-15 19:04:04 +01:00
parent 7d993015a0
commit d6abe0c94c
3 changed files with 6 additions and 4 deletions

View file

@ -1,6 +1,7 @@
{
pkgs,
inputs,
system,
...
}: {
hardware.graphics = {
@ -20,7 +21,7 @@
programs.niri = {
enable = true;
package = inputs.niri-flake.packages.${pkgs.system}.niri-stable;
package = inputs.niri-flake.packages.${system}.niri-stable;
};
services.xserver = {

View file

@ -1,11 +1,12 @@
{
pkgs,
inputs,
system,
...
}: {
home.packages = with pkgs; [
# Browser
inputs.zen-browser.packages.${pkgs.stdenv.hostPlatform.system}.default
inputs.zen-browser.packages.${system}.default
# Communication
discord

View file

@ -1,7 +1,7 @@
{
pkgs,
device-name,
inputs,
system,
...
}: {
home.packages = with pkgs; [
@ -11,7 +11,7 @@
eza
btop
man-pages
inputs.floatc.packages.${pkgs.stdenv.hostPlatform.system}.default
inputs.floatc.packages.${system}.default
];
home.sessionVariables = {