mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 18:04:41 +02:00
[thinkman] update to 21.05
This commit is contained in:
parent
f8a677958b
commit
17f579e79a
11 changed files with 31 additions and 46 deletions
9
sway.nix
9
sway.nix
|
@ -1,7 +1,4 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
let
|
||||
unstable = import <nixos-unstable> { config = { allowUnfree = true; }; };
|
||||
in
|
||||
{
|
||||
programs.light.enable = true;
|
||||
|
||||
|
@ -9,7 +6,7 @@ in
|
|||
polkit_gnome
|
||||
];
|
||||
environment.pathsToLink = [ "/libexec" ];
|
||||
#programs.wshowkeys.enable = true;
|
||||
programs.wshowkeys.enable = true;
|
||||
|
||||
programs.sway = {
|
||||
enable = true;
|
||||
|
@ -24,7 +21,7 @@ in
|
|||
dmenu
|
||||
gammastep
|
||||
grim
|
||||
unstable.i3status-rust
|
||||
i3status-rust
|
||||
mako
|
||||
slurp
|
||||
swayidle
|
||||
|
@ -34,7 +31,7 @@ in
|
|||
wl-clipboard
|
||||
wofi
|
||||
xwayland
|
||||
unstable.wshowkeys
|
||||
wshowkeys
|
||||
];
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue