Added more packages
This commit is contained in:
parent
f10e88164f
commit
73138e35be
1 changed files with 26 additions and 9 deletions
|
@ -11,6 +11,7 @@
|
||||||
imports = [
|
imports = [
|
||||||
../shared/dwm.nix
|
../shared/dwm.nix
|
||||||
../shared/dmenu.nix
|
../shared/dmenu.nix
|
||||||
|
../shared/rofi.nix
|
||||||
../shared/kitty.nix
|
../shared/kitty.nix
|
||||||
../shared/alacritty.nix
|
../shared/alacritty.nix
|
||||||
# ../shared/dunst.nix
|
# ../shared/dunst.nix
|
||||||
|
@ -33,10 +34,10 @@
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
overlays = [];
|
overlays = [];
|
||||||
config = {
|
config = {
|
||||||
allowUnfree = false;
|
# allowUnfree = false;
|
||||||
allowUnfreePredicate = _: false;
|
# allowUnfreePredicate = _: false;
|
||||||
# allowUnfree = true;
|
allowUnfree = true;
|
||||||
# allowUnfreePredicate = _: true;
|
allowUnfreePredicate = _: true;
|
||||||
permittedInsecurePackages = [
|
permittedInsecurePackages = [
|
||||||
"electron-25.9.0"
|
"electron-25.9.0"
|
||||||
"electron-19.1.9"
|
"electron-19.1.9"
|
||||||
|
@ -48,6 +49,19 @@
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# System
|
# System
|
||||||
|
unstable.ffcast
|
||||||
|
unstable.rofi-screenshot
|
||||||
|
rofi-bluetooth
|
||||||
|
rofi-pulse-select
|
||||||
|
rofi-vpn
|
||||||
|
rofi-emoji
|
||||||
|
rofi-power-menu
|
||||||
|
yarn
|
||||||
|
pastel
|
||||||
|
plantuml
|
||||||
|
geos
|
||||||
|
inotify-tools
|
||||||
|
procps
|
||||||
arion
|
arion
|
||||||
wget
|
wget
|
||||||
alsa-utils
|
alsa-utils
|
||||||
|
@ -127,13 +141,14 @@
|
||||||
termusic
|
termusic
|
||||||
|
|
||||||
#Unfree
|
#Unfree
|
||||||
# obsidian
|
obsidian
|
||||||
# discord
|
discord
|
||||||
# slack
|
slack
|
||||||
|
spotify
|
||||||
|
|
||||||
#Alternatives
|
#Alternatives
|
||||||
slack-cli
|
# slack-cli
|
||||||
discordo
|
# discordo
|
||||||
|
|
||||||
#Desktop
|
#Desktop
|
||||||
libreoffice-qt6-fresh
|
libreoffice-qt6-fresh
|
||||||
|
@ -167,6 +182,7 @@
|
||||||
|
|
||||||
#LSP
|
#LSP
|
||||||
nil
|
nil
|
||||||
|
jdt-language-server
|
||||||
python311Packages.python-lsp-server
|
python311Packages.python-lsp-server
|
||||||
marksman
|
marksman
|
||||||
clojure-lsp
|
clojure-lsp
|
||||||
|
@ -194,6 +210,7 @@
|
||||||
];
|
];
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
programs.fish.enable = true;
|
programs.fish.enable = true;
|
||||||
|
programs.man.generateCaches = false;
|
||||||
|
|
||||||
xsession.enable = true;
|
xsession.enable = true;
|
||||||
xsession.windowManager.command = if myhostname == "laptop" then "/home/fw/nix/.xinitrc.laptop" else if myhostname == "jobb" then "/home/fw/nix/.xinitrc.jobb" else "/home/fw/nix/.xinitrc";
|
xsession.windowManager.command = if myhostname == "laptop" then "/home/fw/nix/.xinitrc.laptop" else if myhostname == "jobb" then "/home/fw/nix/.xinitrc.jobb" else "/home/fw/nix/.xinitrc";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue