remove ags
This commit is contained in:
parent
3626b8f902
commit
62e97a00ff
4 changed files with 18 additions and 62 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
|
||||
# ./modules/plasma.nix
|
||||
];
|
||||
# Home Manager needs a bit of information about you and the
|
||||
|
@ -801,14 +801,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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue