Working on terminal
This commit is contained in:
+436
-321
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,12 +1,4 @@
|
|||||||
{
|
{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
||||||
config,
|
|
||||||
pkgs,
|
|
||||||
lib,
|
|
||||||
user,
|
|
||||||
inputs,
|
|
||||||
flakeRoot,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./wayland.nix
|
./wayland.nix
|
||||||
|
|||||||
Reference in New Issue
Block a user