mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-09 20:30:05 +00:00
⬆️ Update flake lock, use new Gnome config values
This commit is contained in:
parent
042d026901
commit
3a58819c40
3 changed files with 67 additions and 67 deletions
|
@ -40,9 +40,13 @@ in
|
|||
|
||||
### Remove useless features and stuff
|
||||
show_call_status_icon = false;
|
||||
agent.button = false;
|
||||
collaboration_panel.button = false;
|
||||
chat_panel.button = false;
|
||||
chat_panel.button = "never";
|
||||
|
||||
agent = {
|
||||
version = "2";
|
||||
button = false;
|
||||
};
|
||||
|
||||
features = {
|
||||
inline_completion_provider = "none";
|
||||
|
@ -90,6 +94,7 @@ in
|
|||
svelte = true;
|
||||
ejs = true;
|
||||
scss = true;
|
||||
biome = true; # Formatting and utility tool, like ESlint, prettier, etc...
|
||||
|
||||
# Languages
|
||||
nix = true;
|
||||
|
@ -127,7 +132,6 @@ in
|
|||
extraPackages = with pkgs; [
|
||||
### Nix
|
||||
nixd
|
||||
alejandra
|
||||
nixfmt-rfc-style
|
||||
|
||||
### Python
|
||||
|
|
|
@ -17,9 +17,8 @@ in
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
services.xserver.enable = true;
|
||||
services.xserver.displayManager.gdm.enable = true;
|
||||
services.xserver.desktopManager.gnome.enable = true;
|
||||
services.displayManager.gdm.enable = true;
|
||||
services.desktopManager.gnome.enable = true;
|
||||
|
||||
environment.gnome.excludePackages = with pkgs; [
|
||||
gnome-tour
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue