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, pkgs,
inputs, inputs,
system,
... ...
}: { }: {
hardware.graphics = { hardware.graphics = {
@ -20,7 +21,7 @@
programs.niri = { programs.niri = {
enable = true; enable = true;
package = inputs.niri-flake.packages.${pkgs.system}.niri-stable; package = inputs.niri-flake.packages.${system}.niri-stable;
}; };
services.xserver = { services.xserver = {

View file

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

View file

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