add sway to phone
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
imports = [
|
imports = [
|
||||||
(import <mobile-nixos/lib/configuration.nix> { device = "pine64-pinephone"; })
|
(import <mobile-nixos/lib/configuration.nix> { device = "pine64-pinephone"; })
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
<mobile-nixos/examples/phosh/phosh.nix>
|
./modules/sway
|
||||||
|
|
||||||
./utils/bento.nix
|
./utils/bento.nix
|
||||||
];
|
];
|
||||||
|
|||||||
39
hosts/phone/modules/sway/default.nix
Normal file
39
hosts/phone/modules/sway/default.nix
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
alsaUtils
|
||||||
|
apache-directory-studio
|
||||||
|
cryptomator
|
||||||
|
dbeaver
|
||||||
|
dbus-sway-environment
|
||||||
|
dracula-theme
|
||||||
|
firefox
|
||||||
|
foot
|
||||||
|
git
|
||||||
|
glib
|
||||||
|
gnome.seahorse
|
||||||
|
grim
|
||||||
|
htop
|
||||||
|
lisgd
|
||||||
|
mako
|
||||||
|
networkmanagerapplet
|
||||||
|
pavucontrol
|
||||||
|
pcmanfm
|
||||||
|
pinentry
|
||||||
|
squeekboard
|
||||||
|
sway-launcher-desktop
|
||||||
|
swayidle
|
||||||
|
swaylock
|
||||||
|
unzip
|
||||||
|
waybar
|
||||||
|
wayland
|
||||||
|
wl-clipboard
|
||||||
|
wofi
|
||||||
|
wtype
|
||||||
|
];
|
||||||
|
|
||||||
|
programs.sway = {
|
||||||
|
enable = true;
|
||||||
|
wrapperFeatures.gtk = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user