Working on terminal

This commit is contained in:
2026-03-07 22:53:44 +01:00
parent 130703a417
commit d12e4bd4c8
4 changed files with 438 additions and 340 deletions
+436 -321
View File
File diff suppressed because it is too large Load Diff
@@ -1,4 +1,3 @@
{ config, pkgs, lib, flakeRoot, ... }:
{ {
xdg.enable = true; xdg.enable = true;
programs.kitty = { programs.kitty = {
@@ -1,12 +1,4 @@
{ { config, pkgs, lib, user, inputs, flakeRoot,... }:
config,
pkgs,
lib,
user,
inputs,
flakeRoot,
...
}:
{ {
imports = [ imports = [
./kitty.nix ./kitty.nix
+1 -9
View File
@@ -1,12 +1,4 @@
{ { config, pkgs, lib, user, inputs, flakeRoot,... }:
config,
pkgs,
lib,
user,
inputs,
flakeRoot,
...
}:
{ {
imports = [ imports = [
./wayland.nix ./wayland.nix