mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
Added autotiling
This commit is contained in:
parent
be58607648
commit
afaa1d11fc
2 changed files with 9 additions and 7 deletions
|
|
@ -1,10 +1,10 @@
|
|||
{ pkgs, lib, config, ... }:
|
||||
|
||||
with lib;
|
||||
let
|
||||
let
|
||||
cfg = config.modules.gui;
|
||||
|
||||
in
|
||||
|
||||
in
|
||||
{ options.modules.gui = { enable = mkEnableOption "gui"; };
|
||||
config = mkIf cfg.enable {
|
||||
wayland.windowManager.sway = import ./config/sway.nix { inherit pkgs config lib; };
|
||||
|
|
@ -26,12 +26,13 @@ in
|
|||
|
||||
programs.btop.enable = true;
|
||||
fonts.fontconfig.enable = true;
|
||||
|
||||
|
||||
home.packages = with pkgs; [
|
||||
xdg-utils
|
||||
grim
|
||||
slurp
|
||||
wl-clipboard
|
||||
autotiling
|
||||
|
||||
imv
|
||||
gimp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue