summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-08-30 02:47:19 -0700
committerFuwn <[email protected]>2024-08-30 02:47:19 -0700
commit3a0434de7c5a5bf221512b9c2fcf94acc5f51214 (patch)
tree91d705c9122860cfba79ea93a95f3c796d11d88e /home
parentupdate (diff)
downloadnixos-config-3a0434de7c5a5bf221512b9c2fcf94acc5f51214.tar.xz
nixos-config-3a0434de7c5a5bf221512b9c2fcf94acc5f51214.zip
update
Diffstat (limited to 'home')
-rw-r--r--home/ebisu/fortune/development/nix/default.nix5
-rw-r--r--home/ebisu/fortune/editor/default.nix3
-rw-r--r--home/ebisu/fortune/filesystem/default.nix4
-rw-r--r--home/ebisu/fortune/rice/fastfetch.nix2
-rw-r--r--home/ebisu/fortune/utility/ai/default.nix3
5 files changed, 10 insertions, 7 deletions
diff --git a/home/ebisu/fortune/development/nix/default.nix b/home/ebisu/fortune/development/nix/default.nix
index 6fa9049..17b1186 100644
--- a/home/ebisu/fortune/development/nix/default.nix
+++ b/home/ebisu/fortune/development/nix/default.nix
@@ -1,4 +1,5 @@
-{ pkgs, ... }: {
+{ pkgs, ... }:
+{
home.packages = with pkgs; [
nil
statix
@@ -8,5 +9,7 @@
nix-prefetch-git
nixpkgs-fmt
nixfmt-rfc-style
+ nix-tree
+ nix-visualize
];
}
diff --git a/home/ebisu/fortune/editor/default.nix b/home/ebisu/fortune/editor/default.nix
index 183fb72..974f849 100644
--- a/home/ebisu/fortune/editor/default.nix
+++ b/home/ebisu/fortune/editor/default.nix
@@ -1,6 +1,6 @@
{ pkgs, config, ... }:
{
- imports = [ ./vscode-fhs.nix ];
+ # imports = [ ./vscode-fhs.nix ];
home.packages = with pkgs; [
emacs
@@ -8,5 +8,6 @@
# jetbrains.clion
lunarvim
zed-editor
+ vscode
];
}
diff --git a/home/ebisu/fortune/filesystem/default.nix b/home/ebisu/fortune/filesystem/default.nix
index c830b18..698084c 100644
--- a/home/ebisu/fortune/filesystem/default.nix
+++ b/home/ebisu/fortune/filesystem/default.nix
@@ -9,11 +9,9 @@
# programs.lf.enable = true;
home.packages = with pkgs; [
- cinnamon.nemo
+ nemo
dust
dysk
- gparted
- # file-roller
ncdu
file
];
diff --git a/home/ebisu/fortune/rice/fastfetch.nix b/home/ebisu/fortune/rice/fastfetch.nix
index fed2677..14980d9 100644
--- a/home/ebisu/fortune/rice/fastfetch.nix
+++ b/home/ebisu/fortune/rice/fastfetch.nix
@@ -5,7 +5,7 @@
settings = {
logo = {
- source = "~/Downloads/91363-1550240807.jpg";
+ source = "~/Downloads/91363-1550240807.png";
width = 30;
padding = {
diff --git a/home/ebisu/fortune/utility/ai/default.nix b/home/ebisu/fortune/utility/ai/default.nix
index 7513348..2ac248a 100644
--- a/home/ebisu/fortune/utility/ai/default.nix
+++ b/home/ebisu/fortune/utility/ai/default.nix
@@ -1,4 +1,5 @@
-{ pkgs, ... }: {
+{ pkgs, ... }:
+{
home.packages = with pkgs; [
ollama-cuda
shell-gpt