add hyprland config

This commit is contained in:
zoe 2023-02-28 12:24:51 +01:00
parent f4d251a6c6
commit 80bfe9fbcc
3 changed files with 8 additions and 6 deletions

View File

@ -19,7 +19,7 @@ monitor=,preferred,auto,auto
# exec-once = waybar & hyprpaper & firefox
# Source a file (multi-file configs)
# source = ~/.config/hypr/myColors.conf
source = ~/.config/hypr/myColors.conf
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
input {

View File

@ -1,7 +1,9 @@
{ pkgs, config, ... }:
let
terminal = "kitty";
in
{
home.file.".config/hypr/hyprland.conf" = {
enable = true;
source = ./hyprland.conf;
};
home-manager.users.zoe.xdg.configFile."hypr/hyprland.conf".text = ''
'';
}

View File

@ -7,7 +7,7 @@ git pull
# cp -r /etc/nixos/ ./backup
# copy over all the files to /etc/nixos/
sudo cp -ru ./flake.nix ./configuration.nix ./wallpaper.png ./dunst ./helix ./rofi ./i3 ./fish ./kitty ./nvim/ ./disks.nix ./variables.nix ./programs.nix ./defaults.nix ./packages.nix ./home.nix ./services.nix ./user.nix /etc/nixos/
sudo cp -ru ./flake.nix ./configuration.nix ./wallpaper.png ./dunst ./helix ./rofi ./i3 ./hyprland ./fish ./kitty ./nvim/ ./disks.nix ./variables.nix ./programs.nix ./defaults.nix ./packages.nix ./home.nix ./services.nix ./user.nix /etc/nixos/
cp -u ./.xinitrc $HOME
cp -ur ./cursors $HOME/.local/share/icons