Skip to content

Commit

Permalink
chore(apps): removed uncessary apps
Browse files Browse the repository at this point in the history
  • Loading branch information
Wittano committed Dec 29, 2023
1 parent 5341ba6 commit fdc6952
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 19 deletions.
20 changes: 10 additions & 10 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions home/pc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,9 @@ let

# Apps
thunderbird
gnome.file-roller
gnome.eog
spotify
evince
xfce.thunar
obsidian
soundux
freetube
onlyoffice-bin
Expand All @@ -28,10 +25,6 @@ let
telegram-desktop
signal-desktop
discord

# Dev
figma-linux
vscodium
];
in
{
Expand Down
2 changes: 1 addition & 1 deletion hosts/vm/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
packages = with pkgs; [ firefox vscode ];
};

environment.systemPackages = with pkgs; [ vim direnv git ];
environment.systemPackages = with pkgs; [ direnv git ];

modules = {
services.ssh.enable = true;
Expand Down
2 changes: 1 addition & 1 deletion modules/dev/go.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ in

config = {
home-manager.users.wittano = {
home.packages = mkIf cfg.enable (with pkgs; [ jetbrains.goland go golangci-lint ]);
home.packages = mkIf cfg.enable (with pkgs; [ jetbrains.goland ]);
programs.fish.shellAliases = mkIf (config.modules.shell.fish.enable) {
pgo = "cd $HOME/projects/own/go";
tempgo = "${pkgs.nixFlakes}/bin/nix flake init --template github:Wittano/nix-template#go";
Expand Down

0 comments on commit fdc6952

Please sign in to comment.