mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 01:44: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" ];
|
||||
|
||||
programs = {
|
||||
wshowkeys.enable = true;
|
||||
foot.enable = true;
|
||||
light.enable = true;
|
||||
wshowkeys.enable = true;
|
||||
|
||||
sway = {
|
||||
enable = true;
|
||||
|
@ -45,7 +46,6 @@ in
|
|||
extraPackages = with pkgs; [
|
||||
brightnessctl
|
||||
dmenu
|
||||
foot
|
||||
gammastep
|
||||
grim
|
||||
i3status-rust
|
||||
|
@ -59,7 +59,6 @@ in
|
|||
wl-clipboard
|
||||
wofi
|
||||
xwayland
|
||||
# wshowkeys
|
||||
];
|
||||
|
||||
extraSessionCommands = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue