updating for reinstall of kaladin

This commit is contained in:
Chris Cochrun 2024-06-20 16:04:57 -05:00
parent d8a5bb5530
commit 5a985cad9f
6 changed files with 39 additions and 52 deletions

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, ags, ... }:
{ config, lib, pkgs, ... }:
let
laptop = builtins.readFile "/etc/hostname" == "syl\n";
@ -6,7 +6,7 @@ in
{
imports = [
./modules/hyprland.nix
ags.homeManagerModules.default
#ags.homeManagerModules.default
];
# Home Manager needs a bit of information about you and the
# paths it should manage.
@ -665,14 +665,14 @@ tooltip label {
source = ../.config/fish/functions;
};
programs.ags = {
enable = true;
extraPackages = with pkgs; [
gtksourceview
webkitgtk
accountsservice
];
};
#programs.ags = {
# enable = true;
# extraPackages = with pkgs; [
# gtksourceview
# webkitgtk
# accountsservice
# ];
#};
programs.fish = {
enable = true;
@ -874,7 +874,6 @@ end
programs.nushell = {
enable = true;
# package = pkgs.nushellFull;
shellAliases = {
# ls = "eza -l";
la = "ls -la";
@ -1130,7 +1129,7 @@ end
programs.zsh = {
enable = true;
enableAutosuggestions = true;
autosuggestion.enable = true;
enableCompletion = true;
syntaxHighlighting.enable = true;
autocd = true;