mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 06:50:14 +01:00
chore: try out sway for a bit
This commit is contained in:
parent
32119f4a9d
commit
bffc69e246
2 changed files with 5 additions and 3 deletions
|
|
@ -3,6 +3,7 @@
|
|||
imports =
|
||||
[ (import ./git.nix) ]
|
||||
++ [ (import ./swaync/default.nix) ]
|
||||
++ [ (import ./sway/default.nix) ]
|
||||
++ [ (import ./fonts.nix) ]
|
||||
++ [ (import ./hyprland) ]
|
||||
++ [ (import ./hyprlock) ]
|
||||
|
|
|
|||
|
|
@ -1,9 +1,10 @@
|
|||
{ pkgs, username, ... }: {
|
||||
{ pkgs, username, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
swayfx
|
||||
autotiling
|
||||
# libinput-gestures
|
||||
# wmctrl
|
||||
libinput-gestures
|
||||
wmctrl
|
||||
];
|
||||
#home.file = {
|
||||
# "/home/${username}/.config/libinput-gestures/sway.conf" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue