working
This commit is contained in:
parent
415e3c1caf
commit
7f9c096123
11 changed files with 56 additions and 52 deletions
15
home/alt.nix
15
home/alt.nix
|
|
@ -1,17 +1,6 @@
|
|||
{ config, pkgs, inputs, lib, ... }:
|
||||
|
||||
{
|
||||
xdg.userDirs = {
|
||||
enable = true;
|
||||
createDirectories = true;
|
||||
download = "${config.home.homeDirectory}/tmp";
|
||||
music = "${config.home.homeDirectory}/media/music";
|
||||
pictures = "${config.home.homeDirectory}/media/img";
|
||||
videos = "${config.home.homeDirectory}/media/vid";
|
||||
documents = "${config.home.homeDirectory}/misc";
|
||||
templates = "${config.xdg.dataHome}/templates";
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
fzf
|
||||
silver-searcher
|
||||
|
|
@ -25,6 +14,8 @@
|
|||
];
|
||||
|
||||
imports = [
|
||||
./minimal.nix
|
||||
|
||||
./gnome
|
||||
./firefox.nix
|
||||
./foot.nix
|
||||
|
|
@ -32,7 +23,7 @@
|
|||
./vifm
|
||||
./tmux
|
||||
./nvim
|
||||
./minimal.nix
|
||||
./user-dirs.nix
|
||||
];
|
||||
|
||||
programs.nix-index = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue