hyprland
This commit is contained in:
parent
32532869ef
commit
ab70f1f9f9
@ -12,7 +12,7 @@
|
||||
../../modules/nixos/ssh.nix
|
||||
../../modules/nixos/bluetooth.nix
|
||||
../../modules/nixos/nvidia.nix
|
||||
../../modules/nixos/i3.nix
|
||||
../../modules/nixos/hyprland.nix
|
||||
../../modules/nixos/nm.nix
|
||||
../../modules/nixos/sound.nix
|
||||
../../modules/nixos/steam.nix
|
||||
|
@ -4,24 +4,27 @@
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
../../modules/home-manager/i3
|
||||
../../modules/home-manager/ssh
|
||||
../../modules/home-manager/hyprland.nix
|
||||
../../modules/home-manager/git
|
||||
../../modules/home-manager/nixvim
|
||||
../../modules/home-manager/wezterm
|
||||
../../modules/home-manager/kitty
|
||||
../../modules/home-manager/zsh
|
||||
../../modules/home-manager/tmux
|
||||
../../modules/home-manager/taskwarrior
|
||||
../../modules/home-manager/zoxide
|
||||
../../modules/home-manager/syncthing
|
||||
../../modules/home-manager/email
|
||||
../../modules/home-manager/password-store
|
||||
../../modules/home-manager/kubernetes.nix
|
||||
../../modules/home-manager/nix-index.nix
|
||||
../../modules/home-manager/bitwarden.nix
|
||||
];
|
||||
home.username = "mthomson";
|
||||
home.homeDirectory = "/home/mthomson";
|
||||
home.stateVersion = "23.11";
|
||||
|
||||
home.sessionVariables = {
|
||||
ZK_NOTEBOOK_DIR = "\${HOME}/zk";
|
||||
};
|
||||
|
||||
programs = {
|
||||
direnv = {
|
||||
enable = true;
|
||||
@ -44,10 +47,6 @@
|
||||
pavucontrol
|
||||
pasystray
|
||||
networkmanagerapplet
|
||||
mangohud
|
||||
zoom-us
|
||||
crawl
|
||||
obsidian
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
|
9
modules/home-manager/hyprland.nix
Normal file
9
modules/home-manager/hyprland.nix
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
5
modules/nixos/hyprland.nix
Normal file
5
modules/nixos/hyprland.nix
Normal file
@ -0,0 +1,5 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.hyprland.enable = true;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user