added app2unit
This commit is contained in:
@@ -1,4 +1,8 @@
|
|||||||
{myConfig, ...}: {
|
{
|
||||||
|
myConfig,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
./config/binds.nix
|
./config/binds.nix
|
||||||
./config/execs.nix
|
./config/execs.nix
|
||||||
@@ -11,7 +15,6 @@
|
|||||||
source = builtins.toPath ./scripts/wsaction.fish;
|
source = builtins.toPath ./scripts/wsaction.fish;
|
||||||
executable = true;
|
executable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
xwayland.enable = true;
|
xwayland.enable = true;
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
app2unit
|
||||||
quickshell
|
quickshell
|
||||||
fish
|
fish
|
||||||
jq
|
jq
|
||||||
|
|||||||
Reference in New Issue
Block a user