wow it actually is sorta workable now

This commit is contained in:
stitchy 2024-01-21 01:53:24 +00:00
parent 8c63b781fa
commit c62adc6bfd
15 changed files with 688 additions and 140 deletions

View file

@ -1,12 +1,62 @@
{ config, pkgs, ... }:
{ config,
nixosConfig,
pkgs,
inputs,
home-manager,
... }:
{
imports = [
inputs.nix-index-db.hmModules.nix-index
#inputs.nix-index-db.hmModules.nix-index
];
# systemd.user.services.mailsync = {
#}
home.packages = with pkgs; [
cider
prismlauncher
firefox
librewolf
neomutt
dunst
mutt-wizard
cyrus-sasl-xoauth2
pass
isync
msmtp
notmuch
kitty
lynx
playerctl
nheko
hyprpaper
xdg-desktop-portal-hyprland
pavucontrol
slurp
grim
wofi
imv
swaylock-effects
qt5ct
qt6ct
];
#programs.hyprland.enable = true;
# hyprland.homeManagerModules.default
#wayland.windowManager.hyprland.enable = true;
xdg.configFile = {
"hypr" = {
source = config.lib.file.mkOutOfStoreSymlink "/etc/nixos/config/hypr";
recursive = true;
};
};
# Read the Docs before change
home.stateVersion = "23.05";
home.homeDirectory = "/home/stitchynyan";
}