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