mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
profile/sway: use programs.foot
This commit is contained in:
parent
28a7e59a6c
commit
5227d0d4bb
1 changed files with 2 additions and 3 deletions
|
@ -32,8 +32,9 @@ in
|
||||||
environment.pathsToLink = [ "/libexec" ];
|
environment.pathsToLink = [ "/libexec" ];
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
wshowkeys.enable = true;
|
foot.enable = true;
|
||||||
light.enable = true;
|
light.enable = true;
|
||||||
|
wshowkeys.enable = true;
|
||||||
|
|
||||||
sway = {
|
sway = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -45,7 +46,6 @@ in
|
||||||
extraPackages = with pkgs; [
|
extraPackages = with pkgs; [
|
||||||
brightnessctl
|
brightnessctl
|
||||||
dmenu
|
dmenu
|
||||||
foot
|
|
||||||
gammastep
|
gammastep
|
||||||
grim
|
grim
|
||||||
i3status-rust
|
i3status-rust
|
||||||
|
@ -59,7 +59,6 @@ in
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
wofi
|
wofi
|
||||||
xwayland
|
xwayland
|
||||||
# wshowkeys
|
|
||||||
];
|
];
|
||||||
|
|
||||||
extraSessionCommands = ''
|
extraSessionCommands = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue