updating for reinstall of kaladin
This commit is contained in:
parent
d8a5bb5530
commit
5a985cad9f
6 changed files with 39 additions and 52 deletions
|
@ -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;
|
||||
|
|
|
@ -81,11 +81,8 @@ in
|
|||
'';
|
||||
};
|
||||
home.file.".config/hypr/hyprpaper.conf" = {
|
||||
source = if laptop then /home/chris/.dotfiles/.config/hypr/hyprpaper.conf else /home/chris/.dotfiles/.config/hypr/hyprpaper.conf;
|
||||
source = if laptop then /root/dotfiles/.config/hypr/hyprpaper.conf else /root/dotfiles/.config/hypr/hyprpaper.conf;
|
||||
};
|
||||
# home.file.".config/hypr/hyprsome" = {
|
||||
# source = if laptop then /home/chris/.dotfiles/.config/hypr/hyprsome else /home/chris/.dotfiles/.config/hypr/hyprsome;
|
||||
# };
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue