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 =
|
imports =
|
||||||
[ (import ./git.nix) ]
|
[ (import ./git.nix) ]
|
||||||
++ [ (import ./swaync/default.nix) ]
|
++ [ (import ./swaync/default.nix) ]
|
||||||
|
++ [ (import ./sway/default.nix) ]
|
||||||
++ [ (import ./fonts.nix) ]
|
++ [ (import ./fonts.nix) ]
|
||||||
++ [ (import ./hyprland) ]
|
++ [ (import ./hyprland) ]
|
||||||
++ [ (import ./hyprlock) ]
|
++ [ (import ./hyprlock) ]
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,10 @@
|
||||||
{ pkgs, username, ... }: {
|
{ pkgs, username, ... }:
|
||||||
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
swayfx
|
swayfx
|
||||||
autotiling
|
autotiling
|
||||||
# libinput-gestures
|
libinput-gestures
|
||||||
# wmctrl
|
wmctrl
|
||||||
];
|
];
|
||||||
#home.file = {
|
#home.file = {
|
||||||
# "/home/${username}/.config/libinput-gestures/sway.conf" = {
|
# "/home/${username}/.config/libinput-gestures/sway.conf" = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue